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 |
Hello! i am having two comboboxes.Each having 10 items in it.when i select first item in first combobox,it is not similar in the second combobox.for ex in first combo if it is Hyderabad,in second it should be some chenai or some other item .Write a VBSCRIPT for that?
HOW MANY WAYS ARE THERE TO CPY TEST IN TEST LAB
What is the use of breakpoint in qtp?
can any body tell me all of the release dates of QTP?????..... thanks in adv!
write vbscript on veb applications in qtp with exapmles?
in my database haveing 3X3 (manas having 3 rows 3 colums) i want to test only (2nd row 3colum) bit how to test either script or any automation plz explain? (Chandana)
What is the use of text output value in quicktest professional?
what is the main process in QTP?
how to capture tool tip in QTP and which check point is needed
In the website, the protocol has been changed http: to https what you will do? Tell me your approach?
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
Can a function return a dictionary object?