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 |
Explain script generated at the time of setting runtime property?
What is the difference between the keyword view and expert view?
i have written some lines of code today..tommorow some lines of code deleted in middle of that code..how to handle this type of script
Explain the check points in quicktest professional?
Which scripting language QTP is using?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
for a test in QTP i had choose the object repository as shared.after completion of some days i want to conduct the same test again,now the question is HOW TO LOAD THE OBJECT REPOSITORY. is it possible by descriptive programming.could any one tell me how many ways we load it and what is the process?
How to compare the two strings?
How to handle exception when data table is not available in local host system or path is not correct(explain statement with example)
What are the types of Object Repositories in QTP?
Can we record using all the modes in a single script? Explanation with example is appreciated
What are the advantages of Object Repository?