How many actions we can create with in a test?
Answers were Sorted based on User's Feedback
it is 255 only...
why because...
Each action should contain one action sheet in data
table....but the data table can have only 256 sheets..one
is already assigned as Global..so remaining will be 255. we
can not create an action without local sheet.
Regards..
Nanda.dreddy@gmail.com
| Is This Answer Correct ? | 10 Yes | 1 No |
Answer / saket jhamnani
In QTP version 9.2 only 256 Action can be created. but
after vers 10.0 n numbers of Action can be created.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sandeep yerraguntla
qtp 8.2----allows 256 actions
qtp 9.2----unlimited actions
qtp 9.5----unlimited actions
qtp10.0----unlimited actions
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / ram.polavarapu
we can create 255 actions with in the test......
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rafi
I have seen some where it is 255 or 256 im not sure exactly
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / murali
I just checked it is allowing more than 256.
i have checked it in QtP 9.5
| Is This Answer Correct ? | 0 Yes | 0 No |
what happen in object repository(shared)if we call an existing action from an external action ? and what happen in object repository(peraction)if we call an existing action from an external action ?
Why is action split used by qtp?
Distinguish between manual testing and automation testing
What is Virtual object wizard in QTP?
Explain in brief about the QTP Automation Object Model.
QTP Query: Hello to all, I'm getting an error (as below) when I perform descriptive programming on any Web application. "The test run cannot continue due to an unrecoverable error.The "myvar_0" object was not found in the Object Repository. Check the Object Repository to confirm that the object exists or to find the correct name for the object " But I do not have any problem when I perform the same descriptive programming on a Windows application such as Sample Application - Flight. Previosly , I had prepared a lot of scripts - both via creating the properties collection object and by giving the description in string arguments and implemented them on Flight and they're working perfectly fine.I'm using QTP Version 9.2 The sample script I have used for Web application is as below : Set myvar_0 = Description.Create 'Setting property collection object for Browser myvar_0("class").value = "Browser" myvar_0("name").value= ".*" 'Setting property collection object for Page Set myvar_1 = Description.Create myvar_1("class").value = "Page" myvar_1("name").value= ".*" 'Setting property collection object for Text box Set myvar_2 = Description.Create myvar_2("class").value = "WebEdit" myvar_2("name").value= ".*" 'Setting property collection object for Button Set myvar_3 = Description.Create myvar_3("class").value = "WebButton" myvar_2("name").value= ".*" SystemUtil.Run "C:\Program Files\Internet Explorer\iexplore.exe" Browser("myvar_0").Page("myvar_1").WebEdit("myvar_2").Set ("hello how are you ?") Browser("myvar_0").Page("myvar_1").WebButton ("myvar_3").Click Browser("myvar_0").Page("myvar_1").Sync Browser("myvar_0").Close As our application is a Web based application, I was planning to make a few changes in regards to the object names, but unfortunately I am getting the above mentioned error. Could anyone please advice me, whether it could anything to do with the run setting or anything else.I am getting the same error even while implementing on our Sample Application - Mercury Tours website. I would be grateful to anybody who can solve my problem !!
can u write Script to do Data Driven Testing throuh Externel & internel XL Sheet
How to test whether the navigation i.e. from one page to another is working r not using QTP for web based application
In qtp, explain what is keyword driven automation framework?
I have a WebEdit Object.It is added in object repository.It has two properties Name and Index.In the next release the Name Property is same but the index property is changed.when i run the script will the script Pass or Fail
i have qtp 9.5 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
What is expert view and keyword view?