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 |
Can I compare two DataBases using QTP ?
How will you load few objects in Active Screen?
What is the life cycle of QTP? Pls Give me Exact answer?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
write a test script in QTP to test the text that written in an image(i.e jpg)of a web page???
Hi Friends,I hav Just finished QTP course.Can any body suggest me which is the best place to go and post resume(Ban,Chennai,Pune,Mumbai,NCR,Kolkata).I mean how r calls in these cities,the best one?
how can we do the frame work in qtp
Explain the types of object repository?
what is review
In QTP, Which are the concepts are needed to do Functional testing and Regression testing?
Is it possible to switch between recording modes during a test creation?