[Sikuli-driver] [Question #245657]: Multiple Test Cases

2014-03-17 Thread prateek gupta
New question #245657 on Sikuli: https://answers.launchpad.net/sikuli/+question/245657 Hi , My script looks like the following - setShowActions = True Settings.DebugLogs = True ## TC-1 >> deploy policy only myScriptPath = "C:\\Users\pgupta\\Automation\\PolicyOnly" if not myScript

Re: [Sikuli-driver] [Question #245657]: Multiple Test Cases

2014-03-18 Thread obiwan-92
Question #245657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245657 Status: Open => Answered obiwan-92 proposed the following answer: Hello. Look in the PolicyOnly file. Maybe you have an exit or something like this inside. Regards. -- You received this question noti

Re: [Sikuli-driver] [Question #245657]: Multiple Test Cases

2014-03-18 Thread prateek gupta
Question #245657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245657 Status: Answered => Open prateek gupta is still having a problem: HI, i have looked into PolicyOne file, but i did not found anything related to existing CONTENTS - from sikuli import * # Deploy

Re: [Sikuli-driver] [Question #245657]: Multiple Test Cases

2014-03-18 Thread prateek gupta
Question #245657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245657 prateek gupta posted a new comment: error] script [ Sanity ] stopped with error in line 7 [error] SyntaxError ( !!WHILE IMPORTING!! Non-ASCII character in file 'C:\Users\pgupta\Automation\Configurations.siku

Re: [Sikuli-driver] [Question #245657]: Multiple Test Cases

2014-03-18 Thread obiwan-92
Question #245657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245657 Status: Open => Answered obiwan-92 proposed the following answer: Ok. That's make sense. In the first of each imported file, add the following command : # -*-coding:Utf-8 -* It should be work better. ;

Re: [Sikuli-driver] [Question #245657]: Multiple Test Cases

2014-03-18 Thread obiwan-92
Question #245657 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245657 obiwan-92 proposed the following answer: Sorry, the first line of each imprted file. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sik