Dear friends! Best wishes for peace, harmony, professional success and prosperity. May the coming 2015 year bring to you many bright ideas, promising proposals, beautiful victories and good news! We wish all of you in the coming year only happiness,..
When developing the new software product for monitoring the performed work and the time spent by executors and their customers our framework for test automation – XML2Selenium has been successfully implemented. This framework was used for testing the user interface..
Please check what is included into new version of XML2Selenium and switch to it in your development. 1) The component that allows to scroll the element content on the page vertically was added in the xml2selenium-helper-lib library. The element is..
In November of this year we have completed the development of new software product for monitoring the performed work and the time spent by executors and their customers. The system allows tracking the work results of various projects, to provide..
Please check what is included into new version of XML2Selenium and switch to it in your development. 1) The ability to declare a <variable> inside the <testcase> tag was added. The variable declared in this way is global and available..
Our team completed work on “Billing system for the multimedia channels provider” project. The main goal of the project was the development of new functionalities for already working application, which was designed as an automated costing system of services rendered..
Please check what is included into new version of XML2Selenium and switch to it in your development. 1) The modal window couldn’t be opened when clicking on elements <div>, <span>, <text>, <p>, <img>. Now when the modal window is opened,..
We have posted the new document “Manual for free testing of XML2Selenium framework” on XML2Selenium.com web site. This manual contains information on how to test our XML2Selenium framework, not buying it. Following the steps given in this manual, you can..
Our company completed English translation of “XML2Selenium Local Windows environment installation manual“. You can find all the available documents dedicated XML2Selenium framework for automated tests creation and management, visiting http://www.xml2selenium.com/, “Study” section. At the moment there is a list of available..
Just imagine the following task. There is a curve consisting of N points in the plane. It is required to construct the curve that follows the contours of the original curve but consists of fewer amounts of points. So, one..
This can be done by using the following code: applet.getAppletContext(). showDocument(new URL(“javascript:” + js)); Where applet is an object of JApplet class, js is a JavaScript function name, for example: show(). With that, the applet should be launched from JavaScript To..
Please check what is included into new version of XML2Selenium and switch to it in your development. 1) The new openLinkInNewWindow action for <webelement> tag was added. This action allows you when clicking on a link to open the page in a new window...