- Rizwan Akbar
- Posts : 1
Join date : 2011-09-12
Logging test results/actions.
Mon Sep 12, 2011 2:44 pm
Dear All,
Can anyone please help me that how I can log the user actions in log file, e.g. click, sendKeys and other actions.
I will be thankful to you for your quick replies.
Thanks,
Rizwan Akbar
Can anyone please help me that how I can log the user actions in log file, e.g. click, sendKeys and other actions.
I will be thankful to you for your quick replies.
Thanks,
Rizwan Akbar
Re: Logging test results/actions.
Tue Sep 13, 2011 6:16 pm
hi,
I think want to record every action performed on browser via script.
what you can do is to create a function which write in a text file the type of operation performed.
you just called that function every time an operation is performed.
Things to remember:
1. open txt file at start before execution starts.
2. write in opened file every time event fires.
3. write mode should be append so that existing log will not removed.
4. close the file at the end of execution.
This all can be done with help of programming language in which u code like java, C#, php etc.
Hope this will get an idea to you. Bets of luck.
Bye
I think want to record every action performed on browser via script.
what you can do is to create a function which write in a text file the type of operation performed.
you just called that function every time an operation is performed.
Things to remember:
1. open txt file at start before execution starts.
2. write in opened file every time event fires.
3. write mode should be append so that existing log will not removed.
4. close the file at the end of execution.
This all can be done with help of programming language in which u code like java, C#, php etc.
Hope this will get an idea to you. Bets of luck.
Bye
- ashish_techieAmateur
- Posts : 73
Join date : 2011-08-09
Re: Logging test results/actions.
Thu Sep 29, 2011 8:18 pm
You have to use log4J API in java for that.
Its a logging api and is having a lot of features.
Regards
Ashish
For selenium training please go to
http://qtpselenium.com/samplevideos/selenium/seleniumvideos.php
Its a logging api and is having a lot of features.
Regards
Ashish
For selenium training please go to
http://qtpselenium.com/samplevideos/selenium/seleniumvideos.php
Permissions in this forum:
You cannot reply to topics in this forum