Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

How many types of Actions are there in QTP?

Answer Posted / ramarao

Three types of actions are there :
1.reuabale action.
2.non reusbale action.
3.external action
default one is the non resubale action.

Is This Answer Correct ?    31 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why qtp the best testing tool?

983


Can launch two instances of qtp on the same machine?

1053


What is the difference in testing a client-server application and a web application?

1075


How many types of object repository in qtp?

1065


What is the Difference between copy to action and call to action?

1080


I used the below code to open QTP through VBscript?But i can unable to Invoke QTP...PLZ help me with the correct code to invoke QTP through VBS with description of the code aswell. Dim qtApp 'As QuickTest.Application 'Declare the Application object variable Dim qtTest 'As QuickTest.Test 'Declare a Test object variable Dim qtResultsOpt 'Declare a Run Results Options object variable Set qtApp = CreateObject("QuickTest.Application") 'Create the Application object qtApp.Launch 'Start QuickTest qtApp.Visible = False 'Make the QuickTest application visible qtApp.Open "C:\form", True 'Open the test in read-only mode 'set run settings for the test Set qtTest = qtApp.Test qtTest.Run 'Run the test 'WScript.StdOut.Write "Status is: " & qtTest.LastRunResults.Status 'Check the results of the test run qtTest.Close 'Close the test qtApp.quit 'Close QuickTest Pro Set qtResultsOpt = Nothing 'Release the Run Results Options object Set qtTest = Nothing 'Release the Test object Set qtApp = Nothing 'Release the Application object

2882


Mention what are the different types of recording modes in qtp? Which will be used when?

982


Hi! My OTP script has several bitmap checkpoints included which I check in the test results xml file. The test is for SAP 4.7. I need to save these bitmaps to files or at least export them to the html file using the export function in the test results viewer. Could you please help me with this problem? Thank you in advance! Best regards, Peter

2645


How will we compare the texts in the two word files using QTP writing the script in Descriptive Programming. Thanks

1988


Can we run multiple QTP scripts one after the other without manual intervention? How?

1015


What Folder Structure following in Keyword Driven Frame work?

2741


What are the different recording modes and how do they work?

1050


What is the Difference between test object and run time object?

1149


What r the different filters in defect in quality center

3717


what is the difference between data driver & data driven and driver script?

2706