what is reusable action and how the same can be implemented
(process)?
Answer Posted / aravindh
HI, A Re-Usable Action is one which can be reused by other
Actions or Tests. By default, an Action is Non-Reusable.To
make an Action Reusable,
1.Open the Action
2.Edit-->Action-->Action Properties-->
3.select the "Reusable Action" Checkbox.
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How to test results for qtp ?
How does qtp identify the object in the application?
write a script to verify the image path(src property) of the images which are in web pages.
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 to sendKeys in QTP? Diff b/w sendkeys and device replay? Diff b/w function and Sub? Diff b/w Array and List Different Types of running Keys other than Fast, slow,Normal mode Regular expression for http://newtours.demoaut.com Difference between \w and \W How to generate script button Recording Types Different Types of Actions? Using DP performance degrades, If Yes why? How to close all the opened browsers? Diff b/w SystemUtil.Run and invoke application? If qtp not recognized the combo box How to select values from drop down?
Hi, I'm a beginner in QTP and planning of a certification in QTP, but have no idea about it :P. Could anyone please tell me what certifications that a QTP- beginner can take? What is the fees and the syllabus for the certification? Please reply soon. Thanks Vidhya
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
when u script reveiwing in which area u more concentrates?
What are the differences between quicktest professional and winrunner?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
What is a programmatic description?
Explain different type of event trigger option.
Problem with XML checkpoint in QTP ?
How will you check that your test cases covered all the requirements?