What is parameterization? What is syncronization pt.?
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
How to pass parameters into an action.Please explain me with examples
Plz explain about object propeties in object identification? means.. explain about 1. mandatory properties.2. assestive properties 3. ordinal properties.
the build is develeped in Java. is possible to write scripting in vb using QTP ?
Which environments are supported by hp qtp?
How to parameterize Object Repository?
How to execute a winrunner script in quicktest professional?
Plz explain about Virtual object? What is the situation u r using , explain with example?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
What type of problems one will face with QTP , if too many browsers are opened at a time?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
what is the defference between calling ation and called action?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?