HI, Anybody can explain Automation Test Framework...and wht
do we do before start of Automation.....
Answer Posted / ramesh
Actually Framework is a folder set such as scripts,test
cases,test data,object repository.Generally automation
testing framework is designed to create and maintain the
overall tests in a easy manner.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to remove associated function library?
What is quicktest professional?
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?
What is the difference between rational rose and QTP?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
What test cases can you automate using QTP?
Explain data driven framework?
What is the purpose of loading qtp add-ins?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
When to use descriptive programming?
Does quicktest professional is unicode compatible?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
Explain the concept of object repository & how qtp recognizes objects?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?