how to test Web application using QTP software
Answer Posted / himani
You can test the application by recording the actions that
you might want to replay .
In addition to that u will need to edit the script manually
also so that the script should n't fail
| Is This Answer Correct ? | 5 Yes | 8 No |
Post New Answer View All Answers
how to convert 100 into hundred repees only and viceversa
What are the different ways to invoke an application using QTP?
what is impact analysis on regression testing?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
Explain features of the latest version of qtp/ uft 12.1?
How to call a test from another test?
can anyone tell me from where i can download qtp demo or crack version
How to import a test case present in ".xls" file to TD under a Test set?
What is the file extension of the code file in qtp?
What are the 3 main stages involved in testing with qtp?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
what is supply chain management?
Explain the concept of object repository and how qtp recognises objects?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);