can some one help me how to compare the values from one
sheet to values in another sheet?
suposse i have a feild called Temp in action1 and i also
have temp in action2. i want to compare the values of those
two actions sheets data table? how can i do it using
descriptive programming?
Answer / naaz
You can import one excel sheet into local sheet and then
store the data into an array. And then call the second
excelsheet and store the result into array. and then you
can compare 2 array. It will be faster.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain more about the Test Fusion Report of QTP?
difference between do while and do until ?
does test plan is in test strategy or test strategy is in test plan.
what is descriptive programming?
What is Environment Variable and when we apply this in QTP?
Explain about Checking Bitmaps?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
What exactly is the difference among all the three recording modes.
wht is the difference betn check point and output value?
How to export quicktest professional (qtp) results to an .xls file?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?