Top "Testing" questions

Software testing is any activity aimed at evaluating an attribute or capability of a program or system and determining that it meets its required results.

How to solve the error LNK2019: unresolved external symbol - function?

I get this error, but I don't know how to fix it. I'm using Visual Studio 2013. I made the solution …

c++ testing error-handling lnk2019
How to check if a string array contains one string in JavaScript?

I have a string array and one string. I'd like to test this string against the array values and apply …

javascript arrays string testing
Unit Testing C Code

I worked on an embedded system this summer written in straight C. It was an existing project that the company …

c unit-testing testing embedded
How to emulate GPS location in the Android Emulator?

I want to get longitude and latitude in Android emulator for testing. Can any one guide me how to achieve …

android testing android-emulator geolocation
WebDriver: check if an element exists?

How to check if an element exist with web driver? Is using a try catch really the only possible way? …

java testing webdriver selenium-webdriver
What's the difference between a mock & stub?

I've read various articles about mocking vs stubbing in testing, including Martin Fowler's Mocks Aren't Stubs, but still don't understand …

testing mocking stub
Testing HTML email rendering

Are there any good tools to easily test how HTML email will look across different email clients? I prefer something …

html email testing
How to run only one local test class on Gradle

I am new to Gradle. I use Gradle 1.10 and Ubuntu 13. I want to know if there's any command to execute …

testing gradle
What are unit tests, integration tests, smoke tests, and regression tests?

What are unit tests, integration tests, smoke tests, and regression tests? What are the differences between them and which tools …

unit-testing testing definition
Switch tabs using Selenium WebDriver with Java

Using Selenium WebDriver with JAVA. I am trying to automate a functionality where I have to open a new tab …

java testing selenium automation selenium-webdriver