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 |
can we install qtp in windows vista
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
How you can decide which type of object repository you have to use?
I have recorded a test over web application(with IE6.0) in analog mode. But, while running it my test gets failed. Why? (Note: my systray has 3 open web applications)
How to Open FireFox using descriptive programing? If my question is not clear, i will give an Example To Open Internet Explorer, We use Set IE = CreateObject(InternetExplorer.Application) IE.Navigate "www.yahoo.com In the same i need to open yahoo.com in firefox. Can any one tell me what is the server name of firefox to create an object
what is the syntax or command in vbscript to display user message example i want to display "welcome to QTP".
what the diffference between test data and test cases what is meant by object hierarchy in qtp
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
how can i pass parameters into function?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
What is difference between Recording time object identification and Run time (Execution) time.
Batch testing in howmany ways u perfrom in QTP