Inserting a Call to Action is not Importing all columns in
Datatable of globalsheet. Why?
Answer Posted / dharmandar
Inserting a call to action will only Import the columns of the Action called
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How you can find length of array in qtp?
What is qtpro? What is quick test pro? What is a quick test professional?
What is the default add-ins in qtp?
Sql questions to find second max salary and how to use joins
How are actions and functions different in QTP?
In qtp is it possible to check broken links of a page?
How to open a new test using quicktest professional (qtp)?
Hello friends..... On which areas of an application we can not test with QTP
How many types of trigger events are there in qtp?
How to get the particular property value?
explain how to write vb script in qtp?when will you write own script?
What are benefits of qtp?
When should I use smart identification?
Is virtual object supported in low level recording mode?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next