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

I want to know can we integrate visual source safe tool with QTP and QC for our version controlling process? WE know QTP and QC 10.0 version is having the version control inbuilt in it but I want to know the merits and demerits of the inbuilt version control tool and the visual source safe tool using QTP and QC.

0 Answers   Wipro,


If I change the object name in one action will it be updated in all the actions? Or not?

0 Answers  


What are output values and why they are used ?

0 Answers  


When to use descriptive programming?

0 Answers  


What is the limitation to XML Checkpoints?

4 Answers   CTS,






what is the difference between Table checkpoint and Database checkpoint in QTP

2 Answers   Ordain Solutions,


What are the major/ important methods, functions in QTP we use realtime testing

0 Answers  


Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..

0 Answers  


why we use check points , In qtp we use the any check points , what r they , when and why

1 Answers   Polaris,


Difference between action & Reusable action?

0 Answers  


How can you pass value one action to another action?

0 Answers  


what is meant by descriptive programming?

2 Answers   Wipro,


Categories