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 |
what is the extension for QTP files?
16 Answers American Solutions,
How do we create and run the scripts with out using O.R. ?
What kind of performance is expected on the client side (e.g., how fast should pages appear, how fast should animations, applets, etc. load and run)?
how to get no.of non empty rows in a excel sheet through vb-script
what is framework and types of framework? Need of framework in automation? write folder strucuture of framework.
How to get line numbers in your editor in expert view?
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
what is the difference between the modular framework and datadriven frame work
Explain how qtp identifies object?
what is key word driven frame work ? why it is called like that ? what is the diference between keyword driven and data driven frame work ?
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
How can I generate customized logs in QTP ?