Re: [Sikuli-driver] [Question #260808]: input(text, hidden = True) for password entry only available in 1.1.0+

2015-01-15 Thread bgbig
Question #260808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260808 bgbig confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

Re: [Sikuli-driver] [Question #260808]: input(text, hidden = True) for password entry only available in 1.1.0+

2015-01-15 Thread bgbig
Question #260808 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/260808 Status: Answered = Solved bgbig confirmed that the question is solved: Oops ! I didn't check that ...i was too absorbed ..forgot to look around thanks RaiMan -- You received this question

Re: [Sikuli-driver] [Question #257314]: How to handle network lag when UI script is invoked on systems with different hardware configuration

2014-11-12 Thread bgbig
Question #257314 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257314 Status: Answered = Solved bgbig confirmed that the question is solved: I was not aware of this feature : clubbing of click() and wait() into one. Will try and use this functionality thanks , i think

Re: [Sikuli-driver] [Question #257314]: How to handle network lag when UI script is invoked on systems with different hardware configuration

2014-11-11 Thread bgbig
Question #257314 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/257314 bgbig posted a new comment: Thanks Eugene and RaiMan for correct use of wait image option . Even I use wait(image,timeout extensively) as suggested by RaiMan ,but in my use case there is a lot of screen

[Sikuli-driver] [Question #257314]: How to handle network lag when UI script is invoked on systems with different hardware configuration

2014-11-10 Thread bgbig
New question #257314 on Sikuli: https://answers.launchpad.net/sikuli/+question/257314 I have written sikuli scripts for automation of one of our manual testing on a windows server 2012 system (virtual machine). I have added customised wait in my scripts at numerous steps ..like clicking a next

[Sikuli-driver] [Question #254991]: ConfigParser Error in Sikuli

2014-09-25 Thread bgbig
New question #254991 on Sikuli: https://answers.launchpad.net/sikuli/+question/254991 Hi , I'm using the ConfigParser module in my sikuli script to fetch data from a testdata.txt file. Here's my code : from sikuli.Sikuli import * import ConfigParser #import os #path =

Re: [Sikuli-driver] [Question #254991]: ConfigParser Error in Sikuli

2014-09-25 Thread bgbig
Question #254991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254991 bgbig posted a new comment: Thanks for the quick reply RaiMan. Reading data through testdata.txt file works fine with the statement data.read(r'C:\Automation\testdata\testdata.txt') Is there any way I

Re: [Sikuli-driver] [Question #254991]: ConfigParser Error in Sikuli

2014-09-25 Thread bgbig
Question #254991 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/254991 Status: Answered = Solved bgbig confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #252956]: Image find failure in centralised image sikuli file

2014-08-12 Thread bgbig
Question #252956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252956 bgbig posted a new comment: Hey Eugene, This approach seem to work fine. There's however the issue still I'm seeing with an image that I have i in the shared repository . There's an 'ok_button' which I

Re: [Sikuli-driver] [Question #252956]: Image find failure in centralised image sikuli file

2014-08-12 Thread bgbig
Question #252956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252956 bgbig posted a new comment: Ok so I figured out the problem .these two images are slightly different. There are two Ok buttons in the application. One is a bit smaller in font size as compared

[Sikuli-driver] [Question #252956]: Image find failure in centralised image sikuli file

2014-08-11 Thread bgbig
New question #252956 on Sikuli: https://answers.launchpad.net/sikuli/+question/252956 I have designed couple of sikuli scripts as per the flow of test case. However, there are images which are common to these designed sikuli scripts. I created one 'image_directory' folder inside my sikuli

Re: [Sikuli-driver] [Question #252956]: Image find failure in centralised image sikuli file

2014-08-11 Thread bgbig
Question #252956 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252956 bgbig posted a new comment: Thanks for the quick reply Eugene Well, I use relative path to the image directory say for example ,If i have to invoke a click function is use something like this : click(path

[Sikuli-driver] [Question #252749]: Approriate to use Sikuli to automate testing of enterprise level IT infrastructure management aplication

2014-08-07 Thread bgbig
New question #252749 on Sikuli: https://answers.launchpad.net/sikuli/+question/252749 Hi, I need to develop an automation suite for testing a third party plug-in on Microsoft's System Center Configuration Manager. The testing includes creation of various profiles like BIOS configuration,VIC

[Sikuli-driver] [Question #248371]: Using expect commands for CLI based interaction via sikulisikuli

2014-05-08 Thread bgbig
New question #248371 on Sikuli: https://answers.launchpad.net/sikuli/+question/248371 I need to switch to putty to access information from the server's CLI and then validate it with the information represented by application's GUI. I did some search on web and found out a python package

[Sikuli-driver] [Question #247972]: Handling toggle of dialog box

2014-05-01 Thread bgbig
New question #247972 on Sikuli: https://answers.launchpad.net/sikuli/+question/247972 I have observed that 1 out of 10 times my working screen toggles due to some reason. I have based my script execution flow such that if it does not find the 'Next ' button ,the script waits indefinitely.In

Re: [Sikuli-driver] [Question #246723]: Termination of an application completely when multiple windows within the appliation is open

2014-04-11 Thread bgbig
Question #246723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246723 Status: Answered = Solved bgbig confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #246723]: Termination of an application completely when multiple windows within the appliation is open

2014-04-09 Thread bgbig
Question #246723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246723 Summary changed to: Termination of an application completely when multiple windows within the appliation is open -- You received this question notification because you are a member of Sikuli Drivers,

Re: [Sikuli-driver] [Question #246723]: Termination of an application completely when multiple windows within the appliation is open

2014-04-09 Thread bgbig
Question #246723 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246723 Status: Answered = Open bgbig is still having a problem: Thanks RaiMan for the quick reply. I'm afraid App.close() doesn't seem to work .I have multiple pop ups open inside my application. the focus

[Sikuli-driver] [Question #246723]: Termination an application completely when multiple windows within the appliation is open

2014-04-08 Thread bgbig
New question #246723 on Sikuli: https://answers.launchpad.net/sikuli/+question/246723 I am currently automating various tasks in Microsoft's System Center Configuration Manager 2012. It is obvious that the application is heavy and to perform a test case automation multiple windows needs to be

[Sikuli-driver] [Question #245243]: Sikuli-pyhton interpreter version

2014-03-10 Thread bgbig
New question #245243 on Sikuli: https://answers.launchpad.net/sikuli/+question/245243 I have installed sikuli IDE 1.0.1 and python 2.7 When I run a program which uses python's xml.etree nested package and within that class I use findall method ,I get desired output ,but when I implement the

Re: [Sikuli-driver] [Question #245243]: Sikuli-pyhton interpreter version

2014-03-10 Thread bgbig
Question #245243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/245243 Status: Open = Solved bgbig confirmed that the question is solved: I found the solution ,instead of using iter method getiterator method solves my problem :D -- You received this question notification

Re: [Sikuli-driver] [Question #239839]: HowTo distinguish between enabled and disabled state of a button

2013-12-02 Thread bgbig
Question #239839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239839 Status: Answered = Solved bgbig confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drivers

Re: [Sikuli-driver] [Question #239839]: Event based execution of script

2013-11-26 Thread bgbig
Question #239839 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/239839 Description changed to: I have one situation wherein the 'stop' button disables on GUI when the test is done successfully. I need to wait on that screen (wait for the 'stop' button to be greyed out ) and