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

How to retrieve value (data) from notepad using QTP ?

5 Answers   Health Care,


Does QTP support flat files? If yes what are those?

2 Answers  


how many types of actions r there? what r they? explain? pls give any one answer?

3 Answers   IBM,


I Scheduled a QTP Script on remote desktop. Script is going to failure,when remote desktop connection fails.I have to open my remote desktop untile the scripts exection completes. If I disconnect my remote desktop connection, script is going to fail. Could you please any assist in this?

2 Answers  


WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?

9 Answers   CTS,






What is the difference between Call to Action and Copy Action?

2 Answers   Satyam,


I m trying to automate one vb desktop application in that there is vblist vbcombobox many other vb tools are there ,when i m trying to find some unique property to identify the object (take example of vbcombobox ) I cannot find any unique property, all the combobox belong to same nativeclass same name no ids are available ,only the distinct property is there x and y coordinates so i m using some code like this "vbbutton "nativeclass:=ThunderRT6CommandButton","x:=304","y :=443").exist(2)" but i dont find them reliable .Can anyone suggest me some other way to identify those objects with some unique property or is there any way to register our own property .I m using descriptive programming to write the code .Thanks in advance

6 Answers   Cimcon,


In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.

3 Answers  


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.

1 Answers   CTS,


what is automation(qtp)bug pls giv me one ex?

1 Answers  


what are the drawbacks for record and payback in qtp

3 Answers  


Tell me one scenario, the complex functionality you have automated in your project?

0 Answers  


Categories