Customize logging in Test Complete
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2010
09:27 PM
08-05-2010
09:27 PM
Customize logging in Test Complete
Hi,
I am just wondering if there is a way to customize the logging result in TC. Since TC actually records all the actions performed on a test like clicking a button or typing in inputs. Is there a way where I can set that these small actions to be not recorded? Since when viewing test results users would like to see the successful logs of the major steps in the test rather than seeing the mouse clicks and typing of username/password inputs?
I am just wondering if there is a way to customize the logging result in TC. Since TC actually records all the actions performed on a test like clicking a button or typing in inputs. Is there a way where I can set that these small actions to be not recorded? Since when viewing test results users would like to see the successful logs of the major steps in the test rather than seeing the mouse clicks and typing of username/password inputs?
4 REPLIES 4
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-05-2010
11:26 PM
08-05-2010
11:26 PM
Hi,
You can disable events by using the Log.LockEvents method (see the "Log.LockEvents" help topic). Also, if this doesn't suit your needs, you can simply filter all events out in the generated log (see the "Generic Test Log" help topic).
You can disable events by using the Log.LockEvents method (see the "Log.LockEvents" help topic). Also, if this doesn't suit your needs, you can simply filter all events out in the generated log (see the "Generic Test Log" help topic).
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010
02:52 PM
08-08-2010
02:52 PM
How do you set lock.lockevent via keyword test? I am not much familiar in script mode.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010
08:42 PM
08-08-2010
08:42 PM
Hi,
You need to use the Run Code Snippet operation (see the "Run Code Snippet Operation" help topic).
You need to use the Run Code Snippet operation (see the "Run Code Snippet Operation" help topic).
------
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Yuri
TestComplete Customer Care Engineer
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-08-2010
10:55 PM
08-08-2010
10:55 PM
thanks
