when we open flight reservation.at that time where we found
synchronization point() and wait function().i m confused .i
want this answer.
Answer Posted / nitin sharma
Wait : the word itself describes it.Wait command makes the
tool to wait for specified time.We used it where application
is dynamic and object description changes frequently where
as " sync " means the tool waits until the operation has
performed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
explain structured testing? plz guys with exp. do answer
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
What is the recovery scenario in qtp?
can any one say that where we can download the QTP trail version ??????????
What is the difference between a Function and Procedure in QTP?
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
i'm testing the webpage with QTP, in this wabpage i have to choose the CV from the window, but QTP can't recognize the object, so i used the Low LEvel Recording, but every time i run the test, QTP go to halt when it gets to the Recorded part, any solution for that?( except puting delay in the script and manuall selecting, because i've did that)
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How software tester can use constants and variables in scripts?
What is a quick test professional?
What is contained in the object repository?
How many types of parameters are available in quicktest professional?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Without using gui map editor we can recognize the application in winrunner ?