How to "Turn Off" QTP results after running a Script?
Answers were Sorted based on User's Feedback
Answer / ramyab.mca@gmail.com
Hai.....
Goto "Tools > Options > Run Tab" and Deselect "View results
when run session ends". But this supresses only the result
window, but a og will be created and can viewed manulaly
which cannot be restricted from getting created.
K,Byeeee..
Thanks & Regards
B.Ramyasri
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / shanthi
HI ramya, but where can we check the log files manually.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / suman
hi,
where can we check the log files manually.
go to Automation---> results .click it
| Is This Answer Correct ? | 0 Yes | 0 No |
how do u create new test sets in TD
hw to create a frame work in qtp..what are the basic steps
How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"
What is the DIFF Between PROJECT AND PRODUCT?When Company will need Product?
What is an expert view and keyword view?
How we can add actions in the test using QTP?
how can you describe the basic flow of automation with conditional and programmatic logic?
write the vb script for call to new action in qtp?
How to map Test cases to the script? Please do anwser urgently?Thanks
can anyone tell me how to search a word/line in a document and to paste it in another file? Thanks in advance.