What is the difference between Call to Action and Copy
Action?
Answers were Sorted based on User's Feedback
Answer / lathabose
Call to Action: The changes made in Call to Action, will be
reflected in the original action (from where the script is
called).
But where as in Copy Action, the changes made in the
script, will not affect the original script (Action).
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / deepa
In call to copy of Action:A copy of the script will be
called which you edit and save changes.
But in Call to Existing Action:You can't edit the script at
all.
And in call to new Action:A new action is called.
| Is This Answer Correct ? | 3 Yes | 0 No |
What is vulnerability?
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
what is the default ordinal identifier.what are the send keys in qTP.
How you create new action in qtp?
How many types of Test Plans are there...??
what is the abbrivation of .mtr in action reposirtory?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
how do close the task manager through QTP?
In key word driven framework,we will rename the logical names of objects,why?