HOW do we find a datasheet when there are 4 datasheets in
data table.this question was asked by covansys interview.
Answers were Sorted based on User's Feedback
Answer / surya prakash
DataTable.GetSheet(SheetID)
"SheetID" Variant Identifies the sheet to be returned.
The Sheet ID can be the sheet name or index. Index values
begin with 1.
to find the no of sheets in DataTable
"DataTable.GetSheetCount" method can be used
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / manoj4testing
we can find a data sheet using sheet id or sheet name we can
access the sheet using its id or name in the script
(pls notify if i am wrong)
manoj4testing@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / salman
Yes when there are 4 sheets in a data table,each sheet will
have a distinct name or id.We can access each sheet with
its names.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / firoz shaik
when we create 4 different actions, then we can see 4 data
sheets(Local Sheets), excluding 1 Global Sheet.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / raghu
By giving different names to each and every sheet
| Is This Answer Correct ? | 1 Yes | 0 No |
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?
What is API
Can launch two instances of qtp on the same machine?
how to display message with out using msgbox function?
Explain key word driven frame work?How to use in real time?
what is a active x control?can any one brief me about active x controls
Explain more about the Test Fusion Report of QTP?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
How can we change the .mtr file to .tsr file and vice-versa
I am struggling to understand QTP more from descriptive programming point of view. Is it easy to learn good QTP in South india by good faculty than north india? I found a great lack of institution in here. can you suggest me better instituion. I am holding two years of experience in same company, is there possibility in south india for me?
1. How to capture data from images in QTP and produce them in Excel sheet
Read excel using qtp descriptive programing