How many actions we can write in a test?
Answers were Sorted based on User's Feedback
Answer / atin
We can actually write 255 actions per test. The reason for
this is the Datatable which is associated with every test
can have at the max 256 worksheets. Now if you recall, the
first worksheet is always titled Global. Also, with every
new action, automatically a worksheet is added to the
datatable. So we cannot go beyond 255 actions as the
datatable will not allow for more worksheets.
- Atin Srivastava
TCS
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / deepak
We can write 255 actions in a test.Please read below for
detail explaination.
We can add Maximum 256 sheet in a DataTable.
As we already have 2 sheet in new test i.e Global and
Action1 so we can add 254 more sheet i.e we can add 254
more actions.
Note : It's also indicate that we can run 255 actions in
one test because first action will always add two sheets
i.e Global & Action1, and remaining action will add only
one sheet each.
please let me know for more details.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / uday kumar_anem
With QuickTest Professional 9.0, a maximum of 120 Actions
can be placed into a script.
In QTP 8.2, The limitation on the number of Actions is 255.
The reason is that each Action has a data table sheet. The
datatable has a limitation of 255 sheets. You may be able
to add additional Actions after reaching the 255 "limit",
however those Actions will not be able to access a local
data sheet.
| Is This Answer Correct ? | 2 Yes | 2 No |
Answer / md.rafi
it is depend upon the different objects/functionalities
we cant say exactly
9342303443
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / chivukula.kumar
Hi all,
as per i know, we can create somany action in a single
test, i mean there is no any limit for creation actions
| Is This Answer Correct ? | 1 Yes | 6 No |
with out object repository i need to launch IE and then navigate to a login page and then operate the objects within the page. How will be the script?
What is vulnerability?
hi i am new to qtp i need to run all files by a batch what is the procedure and what are following actions to be take?
Friends please let me know how id following possible in QTP: Can I apply conditional loop on a bitmap/image or any other checkpoint. Like if checkpoint passes then if or Else
What are the abbreviations for tsr and mtr?
17 Answers Ordain Solutions, TSR,
what is key word driven frame work how to use keyword driven frame in QTP in a project
Explain about random testing of 500 test cases?
What is the difference between driver-script and AOM-script?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
How does you pass optional arguments in qtp?
They asked by using qtp recording writing scripting
What is Port testing. Whhen will you perform?