How to send QTP test results to an email...(with out using
Quality Center)?
Answer Posted / a
¿forgot how to attach?
dim sScreenshotPath
sScreenshotPath = "c:\somepath\" ' with trailing slash
Desktop.CaptureBitmap sScreenshotPath & "Err_" &
Environment( "TestName") & "_" & sTimestamp & ".png"
Function sTimeStamp()
sTimestamp = Right( "0" & Month( Now ), 2 ) & Right( "0" &
Day( Now ), 2 ) & Right( "0" & Hour( Now ), 2 ) & Right( "0"
& Minute( Now ), 2 ) & Right( "0" & Second( Now ), 2 )
End Function
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the concept of object repository?
What is meant by a Check Point in UFT? Also, explain the applicable Check Points.
What are the things(properties, and other details) will be recorded while recording an object using normal recording?
What is quicktest professional window?
How to test login module with different username and password by using data driven testing in QTP?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
How to add synchronisation points in qtp?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Does QTP record on Objects created on XWindows Environment?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
What are the different kinds of test steps?
How to find array size in qtp?
How to create runtime property for an object?
How you can find the absolute value of the number in qtp?
Why we use QTP ,We can use other tools like WR OrSilktest What r the options in Qtp that WR and Swilktest Does not have.