Answer Posted / srinu
Environment variable is a variable,which uses from other source
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Difference between action & Reusable action?
How many add-ins comes by default with qtp?
How to export quicktest professional results to an .xls file?
Want to verify notepad reports using QTP framework or any other BV script method. Can anyone share the method to achieve it? Eg. Person Name is the header and the actual name is John then how can we verify weather person name is John
How many types of recording modes are there?
What are the different types of qtp test assets and their extensions?
How to upload excel files into Quality Center using QTP Script and how to delete excel files from Quality?
Hi ,Can any one pleas explain how to test splash objects using QTP?
How to interact tool & application build in QTP?
Have you used xml check point in your project? How?
What is checking bitmaps?
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
What is Associate Repository in QTP 9.2 ?