don't stop believing

Nightly Build 1.1.2 and 2.0.0 본문

Testing Automation/SikuliX

Nightly Build 1.1.2 and 2.0.0

Tongchun 2018. 1. 25. 11:00

SikuliX는 현재 공식적으로 배포된 버전은 1.1.1 입니다.

하지만 Document를 보다보면 New in version X1.1.2.라는 표시를 볼 수 있습니다.

http://sikulix-2014.readthedocs.io/en/latest/region.html#find-more-than-one-image-in-a-region-at-the-same-time


아직 정식 배포되지 않은 1.1.2가 있습니다. Nightly Build라고 하는데요.

Daily Build와 Nightly Build의 설명은 아래와 같습니다.


A daily build or nightly build is the practice of each day doing a software build of the latest version of a program. This is so it can first be compiled to ensure that all required dependencies are present, and possibly tested to show no bugs have been introduced. The daily build is also often publicly available allowing access to the latest features for feedback. In this context a build is the result of compiling and linking all the files that make up a program. The use of such disciplined procedures as daily builds is particularly necessary in large organizations where many programmers are working on a single piece of software. Performing daily builds helps ensure that developers can work knowing with reasonable certainty that any new bugs that show up are a result of their own work done within the last day. Daily builds typically include a set of tests, sometimes called a smoke test. These tests are included to assist in determining what may have been broken by the changes included in the latest build. The critical piece of this process is to include new and revised tests as the project progresses.


SikuliX의 1.1.2 Nightly Build는 아래 링크에서 받을 수 있습니다.

https://raiman.github.io/SikuliX-2014/nightly.html


페이지 중 아래와 같은 문구 밑에 다운로드 링크를 찾아 보세요.

For setup the only file you need to download is sikulixsetup-1.1.2-#timestamp#.jar: 


제가받은 setup 파일명은 sikulixsetup-1.1.2-20180113.160948-72-forsetup.jar 입니다.


설치 방법은 1.1.1과 동일합니다. SikuliX.1.1.2라고 폴더를 하나 만들고 setup파일을 이동시킵니다.

그리고 더블클릭하면 설치가 시작됩니다.


선택해 줘야한건 1 - Pack1: ~  의 1.Python(Jythin)(default) 입니다.

설치가 완료되면 폴더 안에 runsikulix.cmd 파일이 생성됩니다. cmd 파일을 더블클릭하면 1.1.2 버전의 SikuliX IDE가 실행됩니다.

왼쪽 하단에 SikulixIDE 1.1.2 (2018-01-13_16:07)이라고 나오네요.


Nightly Build이기 때문에 사용하다 버그가 나올수도 있겠네요. 그리고 계속 timestamp가 올라가는 것을 보니 계속 수정되고 있는 듯 합니다.


Comments