If u prepare bug report in Excel sheet . Is it possible to
send thrw Test director? how it is?
Answer Posted / naveen
We can send the Bug Report created in Excel sheet to TD.
For that we need to we install MSexcel addin into TD.
Excel->Tools->Macro->security->Low->ok->Close Excel.
As soon as you got to TD,you see->TD addin->Microsoft
addins-Msword addin,Ms excel addin--> downlaod->run->run-
>close TD.
Now go back to MS excel in tools we can see export to TD
option.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
how to find that tools work well with ur existing system?
How to handle dynamic objects in quicktest professional (qtp)?
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
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
To retrive the test data which tool vl use and whats basis u vl write test data? its urgent
How to find Operating system information using QTP script?
what is error and fault in terms of software quality?
What are the steps involved in the recovery scenario wizard?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Explain the parameter in qtp?
How to break the object spy ?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression
How to find the path of folder in which the test is saved in qtp?
How does qtp identify gui object?
How does qtp identify objects in the application?