What is the difference between Call to Action and Copy
Action.?
Answer Posted / venkat reddy
1)In case of Call to copy, code, datatable,OR are vailable
in update mode whereas call to action mode these are all
available in read-only mode.
2)if u want to use somebosys code wothout making any
modofications u can use call to action whereas u want to
change u can prefer call to copy
3)if anybody changes the source script in call to action it
is not affected to target script whereas in call to action
it will affect
4) Syntax
call to copy: Runaction "copy of action2",one iteration
call to action:Runaction "actionn[testn]",one iteration
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
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 can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
i have asked earlier only one question how to test web application using QTp plz send me the answer quickly
Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.
Where to use function or action?
To which environments does quicktest professional (qtp) supports?
How will you declare a variable in qtp?
How to test fly out menu in qtp?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
What are the different kinds of test steps?
What is the difference between shared and local object repository?
How the exception handling can be done using quicktest professional?
Explain types of descriptive programming?
Describe function procedure in vbscript.
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com