Answer Posted / raja83
hi i am not understanding your question clearly
1)you can pass datasheet value to test during run time
DataTable.SetCurrentRow(1)
var= Datatable.Value("Column Name","Sheet name")
2) you can write value to datasheet during run time
DataTable.SetCurrentRow(2)
Datatable.Value("Column Name","Sheet name") = Value
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
How many tabs are available in debug viewer pane?
How many types of parameters are there?
what is the structure for the data driven framework
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
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is action? How many types of actions are there in qtp?
In qtp, explain what is crypt object
How to export quicktest professional (qtp) results to an .xls file?
when u script reveiwing in which area u more concentrates?
Presently i am working on QTP 8.2 Version,i want to know features in 9.2 version, because i have not sufficient time to put the effort on the 9.2 version
How will you handle java tree in qtp?
why text area checkpoints cannot used for web applications
suppose in the middle of the project QTP will not work properly, then what do u do? and ur team?
Write a script to customize the test results in PDF and HTML format.
What is checking bitmaps?