Test automation is the use of software to control the execution of tests, the comparison of actual outcomes to predicted outcomes, the setting up of test preconditions, and other test control and test reporting functions.
I'm creating the test cases for web-tests using Jenkins, Python, Selenium2(webdriver) and Py.test frameworks. So far I'm organizing …
python automated-tests selenium-webdriver pytestI want get value from a Keyword by using else if. Example: String text = "" If variable > 5 text = "one"; else …
python-2.7 testing if-statement automated-tests robotframeworkWhat are the good automated web UI testing tools? I want to be able to use it in the .Net …
asp.net testing user-interface automation automated-testsIs there any tools for GUI Test Automation for Internet Explorer? I already use Selenium for Mozilla Firefox, but I …
internet-explorer automated-tests gui-testingHi I am looking at using Coded UI Tests (CUIT) to test an application. I have tried the recording option …
c# visual-studio automated-tests coded-ui-testsI want get text string shown in a textview in LinearLayout. can espresso do that? If not, is there other …
automated-tests android-testing android-espressoWhat is the best way to test my webforms applications? Looks like people are loving Watin, and selenium.
asp.net webforms automated-testsI am running into an issue with my Robot Framework test suites. I have a simple test structure like this: …
testing automated-tests relative-path filepath robotframeworkHow can I disable the schedule auto-start on Spring Boot IntegrationTest? Thanks.
java spring spring-boot automated-tests spring-scheduledHow to get the unit test name from the within unit test? I have the below method inside a BaseTestFixture …
c# unit-testing automated-tests teamcity