11-21-2012, 10:48 PM
I need to print a message to the log. Have tried write, print, msgbox. I don't want it coming up as a pop up. Want it to print to the log. Thanks in advance.
Printing to a log
|
11-21-2012, 10:48 PM
I need to print a message to the log. Have tried write, print, msgbox. I don't want it coming up as a pop up. Want it to print to the log. Thanks in advance.
11-22-2012, 09:30 AM
Using print will not give any pop up. It will send the message to print log.
11-22-2012, 01:02 PM
You can minimize it through coding and also later export its result to text file.
11-22-2012, 05:25 PM
Use Reporter Statement if you want to see in log
Reporter.ReportEvent 0, "Object Name", "write the message which you want to see in the result" 0 for micpass 1 for micwarning 2 for micfail
12-04-2012, 05:03 AM
Thanks Pradeep. That worked well.
12-06-2012, 06:21 PM
Below is the code for creating the log file,
It will update the date and time followed by the message. Later it can be used for analysis. '<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<Function to write a log file>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 'This function is used to create logs 'The log file will be stored with filename as "Logfile.log" by default 'If the log file is present in the path specified, it will be updated else it will be created. 'StrTitle -> Used to give the Title for the log. Eg: Test 'StrMessage -> The message which needs to be sent Usage: Writetolog("Test", "This is a test") '>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> Code: Function Writetolog(StrTitle, StrMessage) Hope this helps. Let me know in case of any questions. Thanks, Elango |
« Next Oldest | Next Newest »
|
Possibly Related Threads… | |||||
Thread | Author | Replies | Views | Last Post | |
Grab multiple line data from log file | haziqwebs | 0 | 1,792 |
10-19-2016, 01:28 PM Last Post: haziqwebs |
|
How to print value in QTP Log using .vbs | kalyaniR | 1 | 3,365 |
10-25-2013, 04:32 PM Last Post: ssvali |
|
To view log files in QTP | sheetal | 5 | 16,759 |
10-08-2013, 02:27 PM Last Post: Gurpreet |
|
Hep to create yahoo log in function. | jinnah1978 | 1 | 2,847 |
02-23-2012, 10:24 AM Last Post: inborntester |
|
Log in problem | JeanFrederique | 1 | 2,066 |
10-20-2009, 01:38 PM Last Post: Tarik Sheth |