How to capture screen shots when an error occurs?
Answers were Sorted based on User's Feedback
Answer / poonam
Browser("browser_name").Page("page_name").CaptureBitmap
"C:\snap.bmp"
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / jayadev acharam
If(----------) Then 'Error Occurs
Browser("abcd").micType micALT+micPRTSCR
| Is This Answer Correct ? | 1 Yes | 0 No |
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Does QTP run in any environment?
What are the different ways to invoke an application using QTP?
Explain the check points in QTP?
22 Answers Gray Matrix, IBM, Microsoft, Prapan Solutions, Zensar,
who QTP recognizes the object stored in object repository?
Hi, I am learning QTP. can someone please tell me a site from where i can learn QTP scripting Thanks in advance
What are the different types of qtp test assets and their extensions?
How can we use XML in QTP?
How many types of status are there?
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
How to pass parameters to Actions Pls anybody can give the answer.. Thanks in advance...