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 a yahoo web Application there are 65 links.one day it will opens 50 links and another day it will open 55 links.In this scenerio write Descriptive programing for Automation?....Pls write the code for this scenerio.
1 Answers College School Exams Tests, UHG,
how to create the varibles and how these are connect to qtp? plz tell me
Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?
1.how can we report the QTP test result in a different excel sheet 2.
what is meant by source control?
scalability testing comes under in which tool?
How to get the column count and column name from the resultset in the database connection program?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
If I change the object name in one action will it be updated in all the actions? Or not?
What are main panes available in qtp test browser?
How to get align property of the link on web page?
what is use of optionexplicit in variable declaration