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 |
Explain roles and responsibilites of 2yrs Automation qtp engineer.
please post the interview questions for QA position in FACTSET
In qtp, how you can exit for loop?
How can the expected image for a bitmap checkpoint be recaptured in QTP
How to retrieve the object properties at runtime without the usage of GetROProperty?
Can any body tell me what is the method to connect the remote desk top throw QTP 9.2 version?
how can i use text check point in descriptive programming. or else is there any way to compare the text in the application and the text in data table.
what is the advatages of merging of object repositories in Qtp9.0
3 differences between QTP & Winrunner?
when will you do debug your script? and explain that process?
Hi all. Could anyone tell me the difference between an Action and a Function in QTP. Thanks in advance and Merry Christmas.
can u explain about QTP Frameworks? what are the framework types are available? and How to set or create frame work for a application? Explain briefly?(Also give me one example)