in qtp wha t is synchronisatin pt,what is the maximam time out
Answers were Sorted based on User's Feedback
Answer / jay prakash
Synchronization is used to instruct QTP to wait for the
application process to compleate before proceeding to the
next step in the test.
Maximum timout can be anything as you set.. but by default
it is 20 Sec.
| Is This Answer Correct ? | 9 Yes | 1 No |
Answer / shivendra kumar shukla
synchronisatin pt is the halt or wait till the object and
it’sproperties gets fulfilled.
Quick Test waits a set time interval for an application to
respond to input. The default wait interval is up to 20
seconds.
If the application responds slowly during a test run, Quick
Test’s default wait time may not be sufficient, and the
test run may unexpectedly fail.
Synchronization compensates for inconsistencies in the
performance of your application during a test run.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / latha
Synchronisation point is keep waiting the tool(QTP)for the
application to run the application and tool simultaneously
to get the result. Can be done using
wait() statement
setting the default time(analysis to max time)
using the synchorisation from the menu
| Is This Answer Correct ? | 1 Yes | 5 No |
can we install qtp in windows vista
can u write one user defined function for webedit class.
w is configaration management
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?
what type of scripts are asked in qtp?
What is the basic concept of quicktest professional (qtp)?
Plz send one Tracebilitymatrix example? Anybody working on Realtime QTP Plz give contact deatils?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
Is it possible to check the Run time value property of a field through a Database Checkpoint ? Further, is it possible to localize and mention a particular cell , in the database dynamically. My requirement is that I would need to check the status of a particular field , that would change from an "Active" state to a "Stopped" state dynamically.
Hi, one script having 10 Actions,but i want to execute only 3rd action and 7th action? how to execute selected actions? throgh script and through navigation?
how qtp will recognise if application is run on many browsers
Explain the check points in QTP?