What is parameterization? What is syncronization pt.?
Answer Posted / ana
Parametrization: Checking the same operations with multiple
sets of data
Example : For checking the Username in the login window with
multiple sets of data (Characters, Special
Characters,Numbers, varying length of User Name etc)we can
parametrize the User name so that it can select separate
input each time (for characters, numbers,etc) and display
the result. This way parametrization helps you save the time
from repeating the same task with hundreds of different records.
Synchronization: Synchronization helps to handle the Time
gap problems between QTP and the appropriate application by
helping QTP to wait for the application to Invoke
Example: If the application takes 1-2 min for the data to be
rendered on the screen or for navigating to the next Screen,
QTP will display the results as Fail since in that
particular time period it was not able to fetch the records
or display the Screen, Here the Wait statements helps QTP to
wait till the particular time being mentioned to get the
records.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What is quicktest professional window?
What are the different attributes used with regular expression?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Is QTP supports Unix. If yes, then how the test automation is done?
What is expert view and keyword view?
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
What does it mean when a check point is in red color? What do you do?
What is ‘object spy’ and what is the function of object spy in qtp?
What is the extension of the recovery scenario file in qtp?
How does you pass optional arguments in qtp?
How did you use regular expressions in QTP and also in WR?
What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?
desribe a situation where u faced a stressful situation and how did u cope with it
Explain the features of quick test pro(qtp)?
How to interact tool & application build in QTP?