Write script to fetch the data from global sheet where row
number is 3 and parameter is "text"
Answers were Sorted based on User's Feedback
Answer / kishan
Here is the code:
SheetName="Global"
Datatable.GetSheet(SheetName).SetCurrentRow(3)
print Datatable.Value("Text",SheetName)
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sonal
msgbox (datatable.getsheet("Global").getparameter("Text").valuebyrow(3))
Is This Answer Correct ? | 1 Yes | 0 No |
datatable.SetCurrentRow(3)
a=datatable.Value("A",dtglobalsheet)
msgbox a
Is This Answer Correct ? | 1 Yes | 0 No |
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
In QTP , Test Director combination . what is the role of Test Director? How QTP Launching QTP in T.D ? If it is Winrunner possible. but QTP How it is possible?
Differentiate the type of test cases which can be automated and which cannot be automated?
What are the Levels of Automation in QTP
how u conduct GUI testing and PERFORMANCE testing on MS- WORD? and What r the GUI Test Cases and performance Test Cases?
3 Answers Accenture, Civil Service, ICICI, Jintek, Satyam, Singularity, Syntel, TCS, Wipro,
how qtp identify two objects having same name, supose objects are in same page also with same name,specify spl feature.
Where we can use the analog mode and where we can use the low – level mode?
Does Low-level recording capture mouse movements?
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
Diff b/n image n bitmap checkpoints?
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
how can we test load time of an page in webtesting?