How Does Run time data (Parameterization) is handled in
QTP?
Answer Posted / ramyab.mca@gmail.com
Hai...
You can then enter test data into the Data Table, an
integrated Spreadsheet with the full functionality of
Excel, to manipulate data Sets and create multiple test
iterations, without programming, to Expand test case
coverage. Data can be typed in or imported from Databases,
spreadsheets, or text files.
K,Byeee...
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What are some test assets and related extensions of qtp?
What is throw Object?
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 many lines of code in each script of QTP?
Describe the differences between functions and actions in UFT?
Explain types of descriptive programming?
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
What is a Patch in QTP?
Hi, how can we check or avoid the memory leakage in QTP9.2?
what is vmodel?advantages and disadvantages of vmodel?
How can I check if a environment variable exist or not?
How can you identify the browser and its information using the qtp script?
Can I change properties of a test object?
Why do we use breakpoints in QTP?
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma