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
How to open a new test using quicktest professional?
1.How do u prepare the test suits in QC? 2.How do u convert requirements to test plan in QC?
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
Hello, Is there any way to send the test results in html format (or any other) by email using outlook after the test run ends? thank you in advance
wht type of User defined functions or Java Releated functions do we write in VB scripting
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
How to connect to a database?
Hi, Hope you viewers are doing fine with good health. What are the steps and connection parameters to connect to Oracle db ? Can you connect with just the Oracle client or Oracle XE ? Cheers!!
How do you check ticket cost and ticket number in flight application?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks
What is the short cut keys for the following?
What is object spy in quicktest professional?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?