How to test a web application using QTP?there is no
any .exe file in web app,then how we can take the
application for testing
Answers were Sorted based on User's Feedback
Answer / ruchir
Steps:
1) Open the QTp
2)Select the option "record an application in any open browser"
3) Open the browser and the url of the page that needs to be
opened
4) Click on Ok and start recording
5) Perform some actions in the browser window and Stop the
recording
6) View the code in Expert view
Is This Answer Correct ? | 3 Yes | 0 No |
Answer / pankaj
systemutil.Run"iexplore.exe", "URL of the application which you want to invoke"
Is This Answer Correct ? | 2 Yes | 1 No |
In web page there is five OK buttons available, while recording i click on 3rd OK button, How QTP identify the 3rd OK button while running script? Is qtp identify 3rd ok button?
How to connect to a database?
What is CMMP and CMMH?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
How to do Laod testing for web based Application?
Browser("Las Vegas Hotels - Las").Page("Vegas Hotels - Hotels").Link("Luxor") ......here Luxor is a hotel and this is recognised as a link. I have many hotels like Luxor, Palms etc which are all displayed as link...How do I parametrize this by using webtable functions??? ASAP
what testing activities u may want to automate in a project?
What is text check point and text area check point?
What exactly is the difference among all the three recording modes.
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
What is the extension of script and object repositary files?
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?