Can you explain further about your framework ? what are the set of tools you used ? and what was your approach ?
explain what you used and how to used ?
data :we are using data provided pass the data to the scipts
report : we are using extend report ,it can report automatically and automatic generate the screenshot
POM: we are using one of the design pattern which is page object model where we have pages and based on each page. we are creating the scripts and using .... as a unit test framework and to maintain our project dependency to build our project.
Jenknis: we are also triggerign our scripts and the last
customer utitilities
we have all source code in the git hub to do the version control.
Basically, we are using C# programming language ,we use hybrid testing framework. In this bybride framework, we are using datadriven and modular driven. so in our testframe. For the data, there are different components we have in our framework, so we have a test data component which actually take care about the test data in the test data we have now. One is test data which is totally comingfrom the excel file. One is the property file which you can say as a config file. Also we have a separate component call reporting and logs for reporting . we are using you you know extent report earlier report then we have another components which is a utilities which basically take care of all the standard basic utilities. Then we have the scriptiong part for the scripting . we are using testing as one of the unit test framework which is j unit or testing NG. we are using a one of the design pattern called page object model , we have different pages depends on how many HTML pages we have create our scripts based on .
we are using one of the CA server call jenkins , our team run over automation test cases . we also have all source code on the version control system github.
Comments
Post a Comment