How can the name of a checkpoint be changed in Qtp
Answer Posted / rashmi
Go for "Checkpoint properties" and change the checkpoint
name.
1) Right click on checkpoint in expert view --> Checkpoint
properties
OR
2) Edit --> Step Properties --> Checkpoint Properties.
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?
How to find the difference between 2 dates in qtp?
How do know the number of browsers opened?
Explain advantages and disadvantages of ddf?
What is CMMP and CMMH?
Where to use function or action?
Will down time for server and content maintenance/upgrades be allowed? how much?
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
can any one say that where we can download the QTP trail version ??????????
What do you mean by iteration?
"What are the common constrains that we need to consider when we prepare testcases for ASP application". Thanks in Advance...
what is the frame work in J-meter?
terminal services client
X flies from Hyd to bangalore using different methods of transportation. write the test scenarios and test cases for this?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?