What is the difference between Datadriven and
Parameterization?
Answer Posted / uday
if we want to parameterize the same value in several steps
we can go for data driver insted of parameterizing single
step at a time.
| Is This Answer Correct ? | 0 Yes | 4 No |
Post New Answer View All Answers
distinguish between old version and new version QTP features.
What is environment variable in qtp and why to use it?
How to use output values in qtp ?
Explain hybrid framework with advantages and disadvantages?
What is the difference between byref and byval in qtp?
How to handle dynamic objects in quicktest professional (qtp)?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
How to indentify MS-Word objects like Menubar, Toolbar, table/columns/rows/cells etc within Word document, using QTP?
How do you open adobe acrobat file in QTP and do some testing on that file ?
How does qtp identify the object in the application?
What are the different kinds of test steps?
In qtp, how you can use xpath to identify objects?
Can any one brief some detail on how the shared and action object repository utilized/implemented in a real time project. I already know how to make shared object repositor by saving OR as .tsr extension..I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thanks
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
Difference between action & Reusable action?