|
Loading...
|
marathon-testing@googlegroups.com
[Prev] Thread [Next] | [Prev] Date [Next]
Re: [marathon-testing] ‘Insert Script’ option is always disable, is there workarnd ? Dakshinamurthy Karra Thu Feb 25 10:00:25 2010
Most probably your script is not compiling because of syntax errors. So Marathon is unable to find the script. Try with a simple script and check out it works. If it doesn't please drop a mail. -- KD Dakshinamurthy Karra (blog: http://blog.marathontesting.com) (daily dose: http://twitter.com/marathontesting) On Thu, Feb 25, 2010 at 11:29 AM, Kelum <[EMAIL PROTECTED]> wrote: > Hi > I am using Marathon Version 2.04b4 build 07 > In order to add extra time waiting between steps in the recorded > script i tried to add following function as utility function under > module script. > def wait_p_long(times, compID_name, ppty_name, ppty_value, > compID_cell=None): > from marathon.playback import * > for i in range(times-1): > try: > wait_p(compID_name, ppty_name, ppty_value, > compID_cell) > break > except: > pass > else: # try one last time...! > wait_p(compID_name, ppty_name, ppty_value, compID_cell) > > And script named as “wait.py”. But as shown in user guide ‘Insert > Script’ option in recording console is always disable, therefore i am > finding difficulties to add my module functions when recording. When i > going through the posts i have found suggestion which post under > "Using Modules" to clear all the scripts under “Module” and “Test > Cases” folders and re-start the Marathon. But this is also not working > for me. > If someone have solution for this please let me know . > Thank you > KN > > -- > You received this message because you are subscribed to the Google Groups > "Marathon Java GUI Testing" group. > To post to this group, send email to [EMAIL PROTECTED] > To unsubscribe from this group, send email to > [EMAIL PROTECTED]<[EMAIL PROTECTED]> > . > For more options, visit this group at > http://groups.google.com/group/marathon-testing?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Marathon Java GUI Testing" group. To post to this group, send email to [EMAIL PROTECTED] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/marathon-testing?hl=en.
- [marathon-testing] ‘Insert Script’ option is alw ays disable, is there workarnd ? Kelum 2010/02/25
- Re: [marathon-testing] ‘Insert Script’ option is always disable, is there workarnd ? Dakshinamurthy Karra 2010/02/25 <=