Top "Automated-tests" questions

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.

How to skip the rest of tests in the class if one has failed?

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 pytest
If Else-if in Robot Framework

I 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 robotframework
Automated Web UI Testing

What 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-tests
Test Automation for Internet Explorer

Is there any tools for GUI Test Automation for Internet Explorer? I already use Selenium for Mozilla Firefox, but I …

internet-explorer automated-tests gui-testing
Hand Coding Coded UI Tests

Hi 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-tests
how to get text from textview using espresso

I want get text string shown in a textview in LinearLayout. can espresso do that? If not, is there other …

automated-tests android-testing android-espresso
What is the best way to test webforms apps ( ASP.NET )

What is the best way to test my webforms applications? Looks like people are loving Watin, and selenium.

asp.net webforms automated-tests
Robot Framework - using relative paths to run tests from different directory variations

I 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 robotframework
Disable @Schedule on Spring Boot IntegrationTest

How can I disable the schedule auto-start on Spring Boot IntegrationTest? Thanks.

java spring spring-boot automated-tests spring-scheduled
How to get the unit test method name at runtime from within the unit test?

How 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