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 |
Hello, I am facing problem to check textpoint for mercury application . I have inserted checkpoint to check flight summary for place of departure and arrival with datatable and script look like "Browser("Find a Flight: Mercury").Page("Book a Flight: Mercury").Check CheckPoint("Book a Flight: Mercury_4")" but while I am executing this script at last my check point gets fail and display Text Checkpoint: captured "" between Summary and 4/31/2008FLIGHT , expected "Acapulco" Match case: ON Exact match: OFF Ignore spaces: ON I think value from data table is not fatched so please guide me what I have to do to overcome this problem.. Thanks
In what occasion we can specify global sheet and action sheet?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
Why do you choose only QTP for your project automation among remaining tools like Rational robot and silk test?
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
What is Tree view?
Why do we use breakpoints in QTP?
how can i change the action path that called in other action. when i copy one action to other pc,the action"test2" calls another action(C:\test1\action0),and i update this"test1",the folder update to "action1",but when i open "test2", it just point the call path to "C:\test1 \action0", but does not update to "action1",and the change i make can be shown in test2. so, can i update the call path manully? thanks
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp