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 |
Got job with 3 years fake Experience
What are the views available in quicktest professional?
what is input pramater out output pramater ?i want the decrepation..?how to use in QTP?
3 Answers Infinite Computer Solutions,
when I was doing the web testing with QTP using with standard checkpoint the Object selection -checkpoint properties dialog box not displaying pages and links hierarchical order. Could you please tell me. thanks
QTP Data Table Having 10 records with 10 to 15 fields(lets say).now i want to get alternative records from datatable.pls can any one answer it?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
what is qtp automation framework, what is the purpose of the framework and which folders included in this framework pls tell me with brief description
Synchronozation types in QTP
what difference between client and server applications exatly?
How does you test a weblink which is changing dynamically?
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
What is Test Fusion Report in QTP?