Need help on Region based automation in sikuli - sikuli

Can anyone help me on how to test using "Regions" in sikuli automation tool (i.e) how to use a region, where to use etc..
If there is tutorial (or) video link that would be gr8..if anybody has an webinar session that covers the entire programming stuffs in sikuli, then that would be useful.
Thanks,
V.Prashanth

All documentation that you require for using 'Region' in SikuliX is found here -
http://doc.sikuli.org/region.html
There is a launchpad site for SikuliX where you can read existing queries/ post your queries -
https://answers.launchpad.net/sikuli

Related

How to implement labelImg function on the web browser

i am using labelImg tool for a graphical image annotation.
But for our education site, we would like to add this function of a graphical image annotation like labelImg into our web service.
https://github.com/tzutalin/labelImg
So Can we make labelling tool for data preparation for training on our website as one of function of data training?
Anyone have any idea concerned with this?
Ryan.
Labelimg is a desktop app that uses Qt for its UI. There exists solutions to run Qt in a Browser. See for example the solutions for Running Qt over the Web.
Otherwise I would recommend to explore other web-based tools for image annotation, e.g., the Computer Vision Annotation Tool (CVAT).
I hope you succeed in your endeavor.
To previous flags/deletion of my answer: As per Stackoverflow's code of conduct I did "make sure my answer provides at least a viable alternative. The answer can be “don’t do that”, but it should also include “try this instead”. Any answer that gets the asker going in the right direction is helpful". Please comment with further explanation why this is not a valid answer. Many thanks and all the best.

MS Office online (WOPI) Integration into Servicenow

I am not sure whether the WOPI host can be placed on the ServiceNow and not sure whether the WOPI client can also be implemented inside the ServiceNow. I need some help in the architecting solution for integrating the WOPI into ServiceNow. Anyone has done this before please let me know the answers to the above queries, please. Thanks
I solved this in a different way. I used ServiceNow APIs directly in MS Word so that I can now checkout what file I want to and then make changes and check-in directly into servicenow

How do I package an HTML5 web app as an Android app?

I have been searching the Internet for hours and I still have no idea what it is or what to do - I was assigned this task by my boss.
Please somebody just give me a step-by-step guide on what to do. I can look up the individual steps on my own; I just need to know the process.
And please don't post links; I have been doing that for the past hour and I just need someone to give me a brief outline (kind of like what Wikihow or eHow does).
Thank you.
If your application is all in HTML, you can use a framework such as Apache Cordova (formerly known as PhoneGap) to package it into an Android app.
There are instructions on the official website on how to do that: http://cordova.apache.org/docs/en/3.5.0/guide_platforms_android_index.md.html#Android%20Platform%20Guide

Open source requirements management tool

Hi i did my search but was not able to find a proper answer to my question. I am looking for a simle req. mgmt tool where I can assign unique ID s to each requirement and trace each ID to a test case. It is amazing that there are no solutions I can find out there. Excell and word does not cut it since I can not assign unique IDs and do traceability. I am hoping someone out there will have an answer.
Thank you all for your help.
I don't know if this convenient for you but I would suggest Trac. It is a nice open source tool whch you could setup in your own server. Please be aware that this is a general purpose issue management tool, and it is not adjusted to test cases management. It can also integrate with SVN and GIT source versioning tools. Trac is based on a ticket creation logic and on a wiki functionality. It also provides milestones, deadlines and other functionality related with the project management of a software project.
Hope I helped!
There is one that I'm using regularly to track requirement to code and requirement to test-case.
It's called reqflow and it's in Github:
http://goeb.github.io/reqflow/
Hope this help.

MS Access 2007 Visual display of events

I am currently working on a database that contains two tables: tblAuthor and tblBooks. I am looking for a way to generate a timline look with a strong visual emphasis. I do not know all the possible oulets for creating reports in Access and any advice (including give up this isn't possible) would be welcome. I am hoping to format it similarly to a Gantt chart.
If there is anyway of doing this, or if you have any other suggestions please let me know!!
I work for a company that develops Gantt chart controls. We still develop, maintain and support an ActiveX Edition, which seamlessly integrates into Access. Here is an overview of some key features of the general control:
http://www.youtube.com/watch?v=gxc4-R1Kn_4&feature=plcp
If these features do what you want your Gantt to do, then you can download a free trial version from our website. You then should also download the samples collection as this also will provide you with an example of how to directly embed the control into Access. However, make sure that you download the ActiveX version (you have to register first before downloading): http://www.netronic.com/gantt/gantt-software/free-gantt-chart.html
Hope this helps. If you have questions, please send an email to support#netronic.de, and mention the stackoverflow post from Martin. Good luck with your project :-)