Answer Posted / king
Parameterization is nothing but DataDrivenTesting
means to test the functionality with multiple set of data
in order to check whether the functionality is working
properly or not.
You can create a data-driven test with a loop that
runs ten times each time the loop runs, it is driven by a
different set of data. In order to use data to drive the
test, you must link the data to the test script which it
drives. This is called parameterizing your test. The data
is stored in a data table.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Describe the differences between functions and actions in UFT?
Mention what are the different types of recording modes in qtp? Which will be used when?
how to post xml data from QTP scripts to any application?
what is actually contain test report? can anybody post the test report
How can i test an application like Google Earth.In my application data will be fetched from a oracle database based upon which graphs are generated..so these all are dynamic..how can i use qtp here..alongwith that how can i test the map generated by a satellite just like google earth..
hi in real time who will execute the qtp test scripts? my faculty said, in a companty automation testers are written the test scripts and manual testers are execute the test scripts...IS IT RIGHT OR NOT?
How to use parameterization in qtp?
Explain different types of checkpoints?
Differences between quicktest professional (qtp) and winrunner?
How many number of actions possible in qtp?
how to use the QTP choose the data from oracle? e.g. i input the identity card NO. this will be add new record in the database ,and now i want get this record's prime key.
What Folder Structure following in Keyword Driven Frame work?
What are the views available in quicktest professional?
give me the code to save all messages of inbox of gmail into a folder and notepad
Hi All, we are using QTP Automation Scripts to test SAP. I recorded QTP Automation Scripts in English-based SAP GUI. Now we have to test a French-based SAP sytem and use the same scripts. The QTP scripts are failing when executed on the French-based SAP System due to Object Recognition Issues. What can we do? Do I re-record the scripts in the French-based SAP system?