Keeping many devices to test a website design is quite expensive as well as uncomfortable. Now Google Chrome provides feature where you can test your website in different devices without using any additional device. All you have to be Google…Continue Reading →
What is SoapUI? SoapUI is an open source functional testing tool used for SOA and Web Service testing. Using SoapUI you can perform functional, regression and load testing. SoapUI works on xml where you can send the request through xml…Continue Reading →
After struggling a lot I came on final conclusion that how we can run .jmx files using Ant and generate HTML report. Here is step by step process: Before I start the configuration just want to make sure you have…Continue Reading →
Conducting performance test with Jmeter is quite easy but adding different condition in test cases are quite challenging. If you are using Jmeter for performance test or functional test and you are not sure how to generate random emails using…Continue Reading →
If you have lost your device and you are not sure how to track the exact device location, you can follow the steps to track your lost or stolen device even there is no any additional tracking software installed in…Continue Reading →
I have many devices which I use for different purposes but there is only one android device which has internet connection enabled. But using one device I share internet to other devices using hotspot or Wi-Fi tethering. It’s really simple…Continue Reading →
Q) What is software testing? A- Software testing is a process used to identify the correctness, completeness, and quality of developed computer software. In other words software testing is an activity to check whether the actual results match the expected results…Continue Reading →
Q) What is software testing? A- Software testing is a process used to identify the correctness, completeness, and quality of developed computer software. In other words software testing is an activity to check whether the actual results match the expected results…Continue Reading →
JUnit JUnit is one of the popular unit testing tools which provides a simple framework to run and test scripts. JUnit works based on the annotations defined. Using JUnit framework annotations you can test the application modules and get the…Continue Reading →
Selenium Selenium is an open source tool that allows you to perform functional testing for both web application and desktop applications. With help of selenium you can automate browser events and record and replay the script. Working with selenium is…Continue Reading →