Could anyone please tell me one situation where you have
used recovery scenarion in real time with an example?
Answers were Sorted based on User's Feedback
Answer / vengi
EG:When ever click on .exe file it gives some security
warning message and gets popup window in this case are
using RSM to handle for this type of errors
here we are select popup trigger option
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / siva
THank you Vengi for the Answer...
can you make me one thing more clear is that, about ".exe
file", when and where do you use.
I also request for a bit more explanation about the same.
Sorry if am whiling away your valuable time.
thanks in advance
siva....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / hemant kumar
There are two type of files:
1. EXE - Often referred to as intelligent files, capable of
managing memory on their own. Their size is greater than 64kb
2. COM - Are image files and they just copied into memory
without any intelligence of their own. Their size can not
increase than 64 kb.
| Is This Answer Correct ? | 0 Yes | 0 No |
How you can delete excel file in qtp?
When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?
I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
can we call a test in another test?
How to check bitmap output value?
What is the need and applications of learning VB script for a automation(QTP) engineer ain Realtime ?
How can we do this one ? at runtime qtpwindow and browser aren't disply on monitor (or) aren't visible on desktop?how?
What is the parameterization? Give one example?
is it possible to map an image as standard Object or u've to treat as virtual? how to map an Dynamic image into standard object?
How many types of recording facility are available in quicktest professional (qtp)?
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one