Posts

Showing posts with the label automation testing tools

Role of Artificial Intelligence in Quality Engineering, ACCELQ leads the panel at World Quality Summit 2019

Image
Draws experts, policymakers to discuss upcoming trends in the quality assurance space. The world’s premium technology summit for quality assurance professionals in association with Asia Inc. 500, is all set to host India edition of the conference on 22 February 2019 at T-Hub, Hyderabad. World Quality Summit will be conducted across Hyderabad (India), Singapore, London (UK) and Chicago (USA) with over 3000 testers, 50 speakers and 25 workshops followed by Global Business Excellence Awards – 2019, Asia’s biggest awards gala. With technology disruption radically altering almost every sphere of business, innovation has emerged as the key differentiator for enterprise success. This exciting new dynamic is driving corporates to develop newer business models to fully capitalize on the benefits brought on by delivering game-changing products and solutions. Quality and User Experience is the primary differentiator for the products delivered by enterprises and QA is now the CXO’s agend...

Top 3 Challenges In Testing Salesforce Applications With Selenium

Image
Selenium is a powerful tool to automate user interactions on a browser. A robust Selenium framework with the right design can increase test coverage and save time. This is why many organizations use Selenium for automating their application testing, including Salesforce application. You may also want to automate your Salesforce application testing with Selenium. Especially when manual testing alone can’t cover your testing requirements for regression testing. But applications built on Salesforce are pretty complex and can be challenging to test with Selenium. Here are the top three testing challenges with Selenium scripting, particular to Salesforce test automation. Navigating through frames Salesforce is a complex application with the front-end built with dynamic frames, that are able to load content independently in the current HTML document. Handling frames is difficult with Selenium as it cannot access the content directly.  Normally you would require to switch the ...

Does Monitoring Your e-commerce Website Bring any Benefits?

Image
You probably won’t find any issues navigating through your e-commerce website, given that the new release was vetted sufficiently by your QA and certified for the release. But it doesn’t mean your visitors will have the same experience. This is because visitors can access a website with various bandwidths, devices, browsers, and geographical locations. And all these external factors influence a website’s performance at the user’s end; so much so that any minor change can impact the shopping experience. For instance, you add a third-party marketing plugin (or app) on your webstore to increase sales or to track user behavior. The addition of this plugin may look benign in your internal testing and usually does not get a high level of attention from your QA teams. Such third-party plugins are common on e-commerce platforms like Magento, Shopify, and WordPress. While these e-commerce platforms guarantee industry-best performance in the shopping experience, they usually have no contro...