i have batch scripts in qtp and i want to update the status
like pass/fail in excel sheet after excecuting the every
script in batch.how to write the script for this?
Answer / nihar ranjan
for each search_data in ows.usedrange
if search_data="fail" then
search_data.color.index="3"
else
search_data.color.index="4"
end if
next
| Is This Answer Correct ? | 0 Yes | 11 No |
does qtp need record and playback in realtime. plz tell exactly wat happens
if our qtp vb Script may be Currepted then What we want do?
OPening of notedpad in QTP to write and execute the coding?
how to post xml data from QTP scripts to any application?
Explain the difference between check point and output value?
what is clean sweep?
An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???
Can we use same virtual objects in many number of tests?
How QTP support all types of applications (platforms)?
what is use of optionexplicit in variable declaration
what is the Command used to start the QTp from Run.
what are the 5 types of objects in qtp