
Tuesday, February 7, 2017
Introduction to APIs & how to automate APIs testing with selenium webdriver?

An application-programming interface (API) consists of a set of standards and programming instructions for accessing a Web tool or Web-based software application. Application Program interface is a set of protocols, routines, and tools required for building software...
Tuesday, January 31, 2017
How To Improve Test Case Efficiency?

In software programming and development world, best software developers always write their unit test cases first keeping in mind the functional requirements before starting their coding phase which improves their coding quality and efficiency.
Relatively, software...
Wednesday, January 25, 2017
A Context-Driven Approach to Automation in Testing

Testing is a part of the critical and creative work that happens in the design studio but “automation” inspires people to think of mechanized assembly-line work done on the factory floor. The term test automation is also unclear.
Firstly, test automation is not human...
Wednesday, January 18, 2017
How to run parallel execution in Selenium Grid using TestNG?
By claire mackerras1:31 AMautomation software testing services, browser automation testing, Mobile App Testing using Selenium, selenium automation testing services, selenium browser automation, Software Testing
No comments:


Selenium Grid is a proxy server that enables the user to run tests in
parallel on multiple machines. It manages different browser versions and
configurations centrally. Selenium Grid allows the selenium test
scripts to route the commands to remote web browsers.
When...
Tuesday, January 10, 2017
Top 5 software testing traps & How to overcome them

Being a software tester, you might face situations that challenge your
efficiency and effectiveness as a tester. Testers must be aware of the
hurdles, mistakes and traps that they may encounter in their lives.
Following are the top 5 traps that you will ever run into in your...
Wednesday, January 4, 2017
An introduction to PhantomJS: A headless browser for Automation Test.
By claire mackerras3:10 AMAutomation Testing, Automation Testing Services, headless webkit, phantomjs
No comments:


A headless WebKit which offers native and quick support for a number of web standards. PhantomJS is scriptable with a JavaScript API and permits webpage capturing, pages manipulation, access to the file system and page settings.
Also it contend with mobile Webkit,...
Tuesday, December 27, 2016
Best Practices for Testing Cross-Platform Mobile Applications
By claire mackerras3:20 AMautomated testing services, Mobile Application Testing, Mobile Testing, mobile testing services
No comments:


The advanced tools have made it
easier for the businesses to create cross-platform mobile applications by
leveraging a single code. The developers can further use the specialized tools
to update the application quickly across multiple devices and platforms.
However, it is also...
Wednesday, December 21, 2016
How we can measure server performance using JMeter?
By claire mackerras4:03 AMperformance and load testing services, performance testing, performance testing services
No comments:


Performance Testing is the process of measuring a system’s performance by increasing the demand on the system. It is performed to ascertain a system's behavior under normal as well as the estimated peak load conditions.
JMeter is a segment of Apache...
Wednesday, December 14, 2016
Mobile Application Testing : For An Inexorable Need for Unblemished App Functioning
By claire mackerras4:47 AMMobile Application Security Testing, Mobile Application Testing, software testing service, Web Security Testing
No comments:


Owing to the steep increase in the use of smartphones, tablets and other mobile devices, mobile applications have proven vital in escalating beneficiaries. These applications ensure a wide scope in the world of entertainment and business, and enable smooth communication standards...
Wednesday, December 7, 2016
Introduction To Selenium 3.0: An Upgradation Using GeckoDriver
By claire mackerras3:06 AMAutomation Testing, Selenium Automation Testing Tool, Software Testing
No comments:


Selenium 2.0 was released in 2011 and introduced the new WebDriver APIs that encouraged everyone to start moving to them. Selenium 3.0 is a simple drop-in upgrade version if you're currently using the WebDriver APIs.
None of the WebDriver APIs have been changed, and...