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 |
w is recovery senario manager
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
Write a script to delete a specific row in a webtable.
When u ll use Record Button in QTP?Is VB script is Mandatory in QTP? What is Meaning of Frame("v1")?
How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
Hi, i want download attached files in test plan area from QC to local drive in my system using QTP script. Please help me
hai friends i already ask this question but when i post the question the alignment goes wrong .....my question is we have a WEB TABLE ....assume that web table having 3 row's and 3 column here in 2nd row 3rd column having VISIT FACEBOOK link...now i want to check the VISIT FACEBOOK link is available or not ..if it's there i want to click the link ...then how to find the web table row or column count ....don't write the excel or data table script here friends .....consider that it's a WEB TABLE do a favour ...thank's
I am Facing Issues with learing datepicker 1)when i first learn datepicker as current system date . 2)if i wanna runtime datepicker value it gives error
can we run the scripts of QTP8.2 in QTP7.0?
Older version QTP is 8.2 and New version QTP is 9.2. My question is, Why it is QTP 9.2, why not 8.3,8.4 .... why it is not something ?
Wht is Smart Identification Mechanisam in QTP..Actually when do we this Technology means during Recording or running ....how is technology works. Anybody can expalin this .....Thanks in advacne