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 |
Have you performed Debugging and how did you?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
What is Cross browser testing? Does UFT support it?
what is the difference between DP and keyword driven framework?
what will be the stmt if record any edit box in the Web application ?
Explain about Checking Bitmaps?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
What is the difference between call to existing action and copy of an action?
Do you support automated testing? Why?
Without QTP (or any Testing tool) can we able to test the GUI part of the Applications. for Example generating the Scripts in Notepad and Executing them Using VB. Is it Possible to do so.. Correct me if iam wrong some where.
How many types of recording facility are available in quicktest professional (qtp)?
How i can use and create Library functions in QTP and what is the proces .