How can we get a textcheckpoint in QTP9.1?
Answer Posted / rahul
we may apply the logic of pipeline concept to get
textcheckpoint in qtp9.1
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
why you have standardized functions? plzzz guys with real time exp. do answer
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
Is it possible to switch between recording modes during a test creation?
Explain the concept of object repository & how qtp recognizes objects?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
Explain the difference between call to action and copy action?
Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT
Should have experience in framework means?
Which is the best QTP training institute in Delhi/NCR region and what is the approximate fee for QTP course (Basics and Advanced)
can i change the runtime properties of an object ? How can i check if a parameter exists in database ?
Is it possible to merge two object repository files in qtp?
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
What is the default object synchronization timeout in qtp?
Who uses qtp tool?
What is the syntax for how to call one script from another?