How to send QTP test results to an email...(with out using
Quality Center)?
Answer Posted / lakshman
In above, mentioned only attachment not how to save result
and sent it as an attachment .
Can you please explain with script clearly
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is recovery scenario manager? When you go for recovery scenario manager? Tell me one scenario were your used recovery scenario in your project?
How can you identify the browser and its information using QTP script?
How you can make an action as re-usable action?
What is the difference between qtp and selenium?
Explain the check points in quicktest professional?
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
whow much strong on VB and C?
What are the advantages of Object Repository?
What is object repository in qtp?
How many add-ins comes by default with quicktest professional?
What does it mean when a check point is in red color? What do you do?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
How to test background color and dynamic images during run time can you put the check point for moving objects?
action contains public and private functions but do we resuable that action or not..If it is reusable How..plz tell me the ans
Which functionalities of QTP used in banking project? pls any say answer?