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 |
can u explain relative path architecture framework in qtp?
How to associate function library at a run time?
How will you check a web application for broken links using qtp?
what are the areas that cannot be tested using an automated tool? list a few
Can objects recognised without repository?
can we call a test in another test?
what is automation(qtp)bug pls giv me one ex?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
what is verification & validation?
In a shared Object Repository in QTP if some object is changed how can the other script which is using the same object can be known
What is the Diff between Image check-point and Bit map Check point?
1)What is the Difference Between WaitTo & Sync?