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 |
what we do after completion of functional and regression testing
I have to do testing for XML file using QTP. 1. I was given a sample XML, I had to edit that with my actual data and had to make a new XML-- this part is completed, I did that. 2. Now I have to copy the exact contents of that XML file and have to paste it in a web application as a request message for web appliaction processing, using QTP. So I am unable to copy and paste it in web application, please help me out.
WHO IS THE BEST FACULTY FOR QTP IN HYDERABAD? A) NAGESHWAR RAO- MINDQ B) SURESH REDDY -SMART SOLUTIONS C) SURESH BABU- Q EDGE D) VENKAT - LIVE TECH E) GC.REDDY - HI-TECH CITY F) NONE OR OTHERS
Explain the QTP Tool interface.
How to Import data from a ".xls" file to Data table during Runtime.
Hello Everyone, I have a problem. QTP is capturing no action on a particular page in the application that I am trying to automate. But on the same side its working fine on other pages of the same application. Can someone please help me understand the reason behind this inconsistency.
how can we do the frame work in qtp
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
How we test web based application by using QTP
QTP supports both client server and Web applications. Does it support Plug-in?
In QA Testing when do you use Loadrunner vs QTP? What are the main differences between those two tools? Explain the purpose with real world scenario examples...In advance thank you!!!
How we can test a Frame in a web page?