What is parameterization? What is syncronization pt.?

Answers were Sorted based on User's Feedback



What is parameterization? What is syncronization pt.?..

Answer / 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

What is parameterization? What is syncronization pt.?..

Answer / thirumalareddy

parameterization is passing multiple input values instead of constant values to verify the functionality.

whenever there is a timegap between the qtp and the application process the test fails, to avoid that we have to use synchronization.
waitproperty "property name", "property value", "time"

Is This Answer Correct ?    5 Yes 0 No

What is parameterization? What is syncronization pt.?..

Answer / radhika ravishankar

QuickTest enables you to expand the scope of a basic test
or component by
replacing fixed values with parameters. This process, known
as
parameterization,it greatly increases the power and
flexibility of your test or
component.



synchronization point is that which handles anticipated
timing problems by ensuring that QT waits for some times
until the application is ready for the next step

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More QTP Interview Questions

whow much strong on VB and C?

0 Answers   UHG,


hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt

2 Answers  


What is standalone database?

0 Answers  


Hi Frriends... I have one Query please give the apropriate ans. when we r working with web based application , the user loggedin page name is changed respect to the username ( Take a exp. Yahoomail.com) .When we use Datadriven test to this scenario ,each time the loggedin page name is changed ...then the script is fail.. at that time wat can do... please give the apropriate ans. Thanx in advance..

3 Answers  


your doing one project testing then how u know itis wheather web based application or windows based application?

2 Answers  






What is CMMP and CMMH?

0 Answers  


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


What are the advantages of Automation objects than Test Objects?

2 Answers   Adobe,


How the objecs properties are identified?Tell me in Hierarchical order?

5 Answers   IBM,


i am new to qtp i do not know how to write script how to write the code to login if it fails how to able error messages

4 Answers   Accenture,


How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.

0 Answers  


Among all the check points what is the most important checkpoint?

5 Answers   Semantic Space,


Categories