How can we redirect QTP results in to a excel sheet after
the execution
Answers were Sorted based on User's Feedback
Answer / sambasiva rao.m
By default it creates an XML file it displays the results
| Is This Answer Correct ? | 4 Yes | 2 No |
Answer / rayudu
You have to create a function for that for example
Pass the below values
strTCNo=23 (Test Case No)
strResult=Pass (Result
public function FnTcStatus (strTCNo,strResult)
DtRwCnt= DataTable.GetSheet("Result").GetRowCount
For l=1 to DtRwCnt
DataTable.SetCurrentRow(l)
If DataTable("A","Result")=strTCNo Then
datatable.Value("TC_Status","Result")=uCase(strResult)&"_"&
Now()
End If
Next
strTcNo=""
strResult=""
end function
| Is This Answer Correct ? | 1 Yes | 9 No |
In google i'm going to search something like "rose", i usually get 10 results in the first page and in 2nd page 10 results and in 3rd 10 results so on upto 10th page 10 results. so if i want to open all the 10 pages 10 results i.e., 100 results and close..what is the DP for this? pls can anyone answer my Question..PLZZZZZ...
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
How can we do Data driven testing Using For loop in QTP?
The xls contain data. how to get number of columns form the sheet?
What is Environment Variable and when we apply this in QTP?
How to get the particular property value?
I am using environment variable xml to give credenatials for login into unix. Is there any way we cam mask the password in the xml?
How to suppress warnings from the test results page?
How to parameterize in QTP?
What are the main features we have to compulsory test by using qtp in an web based application
Explain roles and responsibilites of 2yrs Automation qtp engineer.
how can we call an external library file in QTP apart from using the Executefile statement..?? is there any other way we can call the external library file in QTP..??
2 Answers DST Global Solutions,