Take a situation when you are working with QTP, suddenly
system has crashed.so you again start the system. My
questyion is how can QTP directly opened when the system
desktop appears.
Answers were Sorted based on User's Feedback
Answer / nagesh poli
upto my knowledge , there is no such events op options in
QTP.
you have to restart your test again.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / william_vijay
we can set the error or event in the recovery scenarion
wizard and if the system faces such situation by the
recovery scenario the system will get back to the desired
action or events
| Is This Answer Correct ? | 1 Yes | 2 No |
What information do the columns in the Keyword View show for each step?
Which function is used to accesses the Properties from Repository Pls anybody can give the answer.. Thanks in advance...
For example one window is there the window contain some of Check boxes but my question is how many check boxes are there particular window? Please solve the problem gi_raju@rediffmail.com ippaliraju@yahoo.co.in
How is the Bitmap checkpoint different from Image checkpoint?
For Data-Driven testing can you use micro soft word document instead of using Datatable what is your approach?
unique properties of button,edit box, radio button,check box?
I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this
Why VB scripts are used in QTP and TSL in Winrunner, is there any advantage of using VB Scripts
how do find current links in webpage for ex: in yahoowebsite today mainpage is having 50 links and next day same page is having 60 links. if i run same programe it should display total links in webpage ?
Where to use Property Let, Property Get, Property Set in UFT
I have below user Defained function function AddTwo(ByVal a, ByVal b) Dim Ans Ans=a+b MsgBox Ans End function Now my question comes here...from given below methods which method is right to call above function?Which is Wrong and why? 1. AddTwo(2,4) 2. Call AddTwo(2,4) 3. AddTwo 2,4 4. Call AddTwo 2,4
How QTP identify the system time that's changes every seconds?