What kind of errors can b handled in QTP in real time
scenario?
Answer Posted / sreeprasad
1) Pop-up Window
2) Object state
3) Test run error
4) Application Crash
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Hi I am new to QTP. can u please answer to my qus... suppose 3 excel sheets are there * we are trying to check for login credentials for a page. userid from excel1 , password is from excel2 whether the page is opened or not that checkpoint is result is should be stored in excel 3.... this qus i have faced in IBM technical round... please tell script for above query ... please please
How you can replace string in qtp?
If I give some thousand tests to execute in two days what do you do?
what are the challenges you have faced while testing web based application using the automation tools ?
What is the expert view?
I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object
There is an built in window application in qtp9.1,i.e.Flight4.0.i want to implement the recovery maneger on it.How can i do this?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
In qtp, how you can get the last character from a string?
What is the diff between image and bitmap check point?
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti
How to test the login page in different ways in automation testing and i need code?
How to test background color and dynamic images during run time can you put the check point for moving objects?
How do you delete unwanted results in qtp?