Answer Posted / abcd
Parametrization is a process of replacing hard coded/fixed
values with multiple values in order to expand the scope of
the test.
There are different ways to parametrize in QTP. You can find
more info @
http://everythingaboutqa.blogspot.com/2011/07/parameterizing-values-in-qtp.html
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain advantages and disadvantages of ddf?
Write a QTP script to enter a keyword in to Google search engine?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
What is Distributed testing? How does UFT support it?
What is debugging? How you debug your script?
What is the new version of qtp which is recently released in the market?
What is file database?
There are 10 rows in the datatable. How can we fetch 2 rows and then skip 3rd row. After that, pick 4th & 5th row and skip 6th row. Please share code
After executing the script in qtp suppose i found some script execute successfully and found some error.So how to report the status for both (i.e pass and fail report)in test director. For "fail" We use "defect tab" in testdirector. But for "pass" how to report it to TL.what is the process plz anybody ans
How to release all resources file from the QTP?
Difference between test object and run time object?
what is run-time data?
Where you are storing your script?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one