how to test Web application using QTP software
Answers were Sorted based on User's Feedback
Answer / seema
we can test web application in two ways
1)we can recoring
2)Mannually we can add the application in QTP and write the
script.
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / manju latha
could any one please explain how to test .net web
application using QTP. I mean what all do we need know in
QTP. like wbf object / swf objects.....
Also if any one could send me some sample code, that would
be of great help
| Is This Answer Correct ? | 3 Yes | 2 No |
Answer / 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 |
How to handle Run-time errors?
how to choose the framework in qtp ? 2)when we go for the descriptive programming ?
w is output value
why do we go for Test Automation?
why don’t use real time they r not using check points
explain virtual object? in detailed? pls any one explain me?
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
PLZ EXPLAIN HOW TO LAUNCHING QTP IN TEST DIRECTOR? Is it possible or not? If No Why we r using qtp Td Combination? plz explain briefly? What is the purpose of TD With QTP?
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?
How to change the priorities of the recovery scenario properties?
Is there anyway to have QTP go into a website and map out every object before I actually record any tests? I basically want to map out a website with all the objects and build a complete repository. The reason is because I'm running into issues with hierarcical objects. for example: Browser("ABC company- Home").Page("ABC company - Home").Link ("About Us").Click Browser("ABC company - Page 2").Page("ABC company - Page 2").Link("About Us").Click Both these links ("objects" and I use that term loosely as I'm trained mostly in OO programming) go to the same place but but the object heirarchies (pages) are different. I want a repository that will find any possible link on any possible page without having to manually record it. Is there a way to do this?