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 exactly is the difference among all the three recording modes.
Hi, It is HR question. What are the qualities you like and dislike in your Project Manager?
What is synchronization point in QTP?
How to catch the TOol Tip Dyanamically changing values using the qtp script by Descriptive Programming Scenario: ======== 1. when i press the submit button 2. The Tool tip first shows the value "Validating...." 3. Next the value is changed in tooltip "Logging....." ------ And the class is webElement SO , how can i catch both values During Run time using Dp
What is the logic for reading(exporting)the data from flat files to QTP?Can anyone explain me with an example? I appreciate it!!! Thanks!!! Prasanna
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.
Hi all please solve this.It is urgent..... When I right clicked on a Web image manually It displayed Open link,open link in new window,save picture as, Email picture,Printpicture,propeties...etc. While automation I have written a code like this 'browser("Google").Page("ramseeker®: Memory and_3").Image ("graphOfModel").Click 10,10,micRightBtn But the right click menu was not displayed. I want to save that image in a seperate folder
I have a tool for automation testing (eg:qtp).I have two functionality(A & B) to test.A is tested once in a year. B is tested everyday. At present i have the money and resource availability to automate only one functionality.Which one will u suggest and why?
One build is delivered. in that build button name is submit. but in the next buit that name of the button changed as login.are u continue with previous recorded script or u make any changes?
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
What is environment variable in qtp and why to use it?