Inserting a Call to Action is not Importing all columns in
Datatable of globalsheet. Why?
Answers were Sorted based on User's Feedback
Answer / mercy
As the call is to an Action, the data in the Global sheet
will not be available. Only which are necessary for the
Action like repository, action's sheet will be imported. So
the test's global sheet and its data will not be available
in the calling test.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / p73_73@yahoo.com
I think in this question, QTP is missing??
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / dharmandar
Inserting a call to action will only Import the columns of the Action called
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / vani
It should import all the columns of datatable that are in
the "Global Sheet". The ones in the Local Sheet will not be
available. Make sure you are looking for the ones in Global
Sheet.
| Is This Answer Correct ? | 0 Yes | 2 No |
How to use actions in qtp ?
Explain the benefits of quick test pro(qtp)?
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
How can i store runtime value through vb script while using qtp
Expalin Text/Text Area Checkpoint
How u perform Batch Program in QTP?
What are the types of object repository in qtp?
how to merge object repositories in qtp for n different applications
how can i parameterize a login page by using database parameterization i fetch the username and password from database and put this on login page and click on ok button. so how can we write script for that code please let me know asap thanks
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.
In website, protocol has been changed http:to https what you will do? tell me your approach?