in my application i am getting different errors at same
place. how i capture that errors using less code in qtp.



in my application i am getting different errors at same place. how i capture that errors using les..

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

Post New Answer

More Automation Testing AllOther Interview Questions

What are the limitations of automating software testing?

0 Answers  


How to write output data to a file (txt,csv,excel) using Test complete automation tool?

2 Answers  


Can anyone explain data driven frame work and keyword driven frame work.....

1 Answers   Bank Of America,


How do select which automation testing tool is the best for you?

1 Answers  


List down the primary features of a good automation tool?

1 Answers  


Does every software project need testers?

1 Answers  


On what basis you can map the success of automation testing?

1 Answers  


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)

1 Answers  


Tell me what are the different types of navigation commands?

1 Answers  


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?

2 Answers  


Do you know what is the purpose of deselectall() method?

1 Answers  


What is keyword driven automation?

1 Answers  


Categories