in my application i am getting different errors at same
place. how i capture that errors using less code in qtp.
Answer / saff
include this code in ut script
on error resume next
print "err.number & err.description"
err is a predefind varible
we can retirve the numebr and decripton of the erro occured
by using number and description properties on err
| Is This Answer Correct ? | 6 Yes | 1 No |
What are the limitations of automating software testing?
How to write output data to a file (txt,csv,excel) using Test complete automation tool?
Can anyone explain data driven frame work and keyword driven frame work.....
How do select which automation testing tool is the best for you?
List down the primary features of a good automation tool?
Does every software project need testers?
On what basis you can map the success of automation testing?
Program/pseudo code on FIFO? Input a string and make sure that output is in FIFO manner. Eg, Enter 'John Dave' as input and output should be 'John Dave' not 'Dave John'. (inbuilt functions like push, pop were given)
Tell me what are the different types of navigation commands?
Does the Jmeter will generate any scripts? and anybody suggest with an example. how to use the Jmeter tool and also the How to anayse the Results?
Do you know what is the purpose of deselectall() method?
What is keyword driven automation?