what is meant by "Parameterization technique"?
Answer Posted / nilanjan saha
Parameterization technique helps us to replace the constant
values with variables(or socalled
parameter) to increse the flexibility of the test.
Suppose for testing purpose of the Login Id and Password
field your Test Case is to "Verify for
alphanumeric values "
So here your Test data should be say
1)id-Nilanjan
Pwd-mercury
2) Nilanjan100
Mercury
3)10000
MERCURY
So manually you can pass the data for 3 time and check,But
in parameterrization concept load all
these 3 set of data in dataTable , QTP automatically fetch
tha data from that DataTable Exacel
sheet one by one those Id & pwd pair.And the run time it
will also show you the Row1,Row2,Row3.
The test will go for 3 iterations and accordingly Test
result will be generated.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Hi All, I have QTP installed on my machine but the application under test (AUT) is on remote desktop.My scenarios is like that,it should contain following steps. 1)Automatically it should click on start and then on remote desktop connection. 2)it should enter the IP address and then connect to remote desktop. 3)and then it should be able to record the application in remote machine and then run it also. Can somebody tell me how to record the application which is in remote machine.
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How many types of recording facility are available in quicktest professional?
What are the 3 main stages involved in testing with qtp?
Why qtp the best testing tool?
How to handle dynamic objects in quicktest professional?
What contains Data Driven Framework document in qtp?
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What is the difference between run time object and test object in QTP?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
iam have done mba(finance)in 2008. in 2008 one reputed consultancy came off campus interview our institution. i got job as "manual test engineer". now iam working as "manual testing engineer". now my problem is when iam going interview the interviewer asking like " ur mba gradute how can u get job in test engineer." this question i have faced every interview. iam explaining how iam getting job. but they are not trust me". pls tell me answer how i am giving relavent ans.. this is my mail id y.ramana84@gmail.com
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
What are the different types of checkpoints?