How to send QTP test results to an email...(with out using
Quality Center)?

Answer Posted / chinnu

Ankit, great answer.

Is This Answer Correct ?    5 Yes 27 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is expert view in qtp?

585


How can i check items sorted or not in a weblist ? Give me the script for this...

1578


what is the difference between data driver & data driven and driver script?

2137


What is Distributed testing? How does UFT support it?

607


For which type of project the iterative model is suitable?

1384






why should we give deliver good quality software?

1627


What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)

1011


Plz Explain AUTOMATION REFERENCE MODEL?

1681


Tell some commonly used Excel VBA functions?

603


What are the technologies supported by qtp?

563


How do you synchronization point through DP?

599


When you open QTP, how many sheets you can see?

660


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

2422


Explain the new feature of UFT regarding the export of test results?

578


Name the properties you would use for identifying a browser and page when using descriptive programming?

521