Posted
over 11 years
ago
by
Васил Христов
After we could run tests and have a results from the run, we should upload them somewhere or send them by Email. If we send them by Email we should be able to send them to all people which are interested in them. In this way the test could be analyze immediately after the test […]
|
Posted
over 11 years
ago
by
Васил Христов
The UI Tests should be run automatically. We need to run them automatically, on demand or in given moment in time. A good practice is to create a batch file for running them. This file could be run manually or in part of integrated system or even with Task Scheduler in given time.Sample code for […]
|
Posted
over 11 years
ago
by
Васил Христов
Automation run of test is going to be useless if no results are generated for the run. The results should be easily readable, broadcast quickly and they should indicate the problems in good way. In Sikuli we could use “unittest._TextTestResult” class for generated our test results. This class has several methods that are going to […]
|
Posted
over 11 years
ago
by
Васил Христов
The separate test suit should be combined in some way. Good way of doing that is to combine the test suit in test lists. When the test suits are combined in test list the tests could be run automatically. A new project should be created for the test lists. It is a good practice to […]
|
Posted
over 11 years
ago
by
Васил Христов
Configuration of „PyDev“ to use „Jython“ interpreter After “PyDev” is installed it has to be configured to use „Jython“ interpreter: Click the „Window“ button from the navigation bar Click the „Preferences“ button from the open menu Expand the
|
How to configure a system for writing UI Tests with “Sikuli” – Part 1 installation
Posted
over 11 years
ago
by
Васил Христов
Install „Sun Java 6 JRE 32-bit“ Appropriate version for installation is „jre-6u33-windows-i586“. It could be found on Sun Java Download page. It could be installed in the default folder „C:\Program Files (x86)\Java“ or in a folder of your choice.
|
Posted
almost 13 years
ago
by
Васил Христов
Bulls and Cows are also known as Cows and Bulls – is an old code-breaking paper and pencil game. The players write a 4-digit secret number. If the matching digits are on their right positions, they are "bulls", if on different positions, they are "cows".For example, if the secret number is 7725 and the [...]
|
Posted
about 13 years
ago
by
Васил Христов
За Играта Смисълът на играта е много прост. Имаме едно човече, което се намира на дъното на екрана и “падащи камъни”, които падат към него. Целта на играта е човечето да не бъде ударено от някой камък, като човечето може да се движи само на ляво и надясно. Имплементация Първо ще имаме [...]
|
Posted
about 13 years
ago
by
Васил Христов
Една проста програма Първо Първият ми пост ще бъде посветен на хората и приятелите ми, които не разбират от програмиране. Така като гледат този блог няма да си мислят „Кво пък е т’ва?“ или „Въй, много сложно“. Ще покажа най-леснтата и най-често показваната като пример задача, а по-точно да изпишем на конзолата “Hello World!”, но [...]
|