11Oct
05Sep
Why Does The eCommerce Industry Need QA Testing? – Devstringx
Did you know? One simple site performance error can crumble down your vision in the e-commerce industry. A flawless E-commerce website can help skyrocket your revenues and thrive on your target customers. Hence, if you want to create an engaging eCommerce website then having an error-free...
02Sep
Types of Software Testing – A Brief Guide
Every application or website that you see on your digital screens today once started with a simple idea. A simple idea to bring a product or service to your doorstep led to a series of efforts and processes in software creation. From requirement analysis to designing,...
11Jul
Making DB Connection (MYSQL) Using C# – Devstringx
In this blog going to explain how to connect the MYSQL database to C#. First, ensure you have downloaded and introduced the MySQL Connector/NET from the MySQL official site. In this blog, I will utilize the Connector/NET form 6.1. To interface MySQL information base to a C#...
04Jul
What is Parallel Execution in Selenium? – Devstringx
In parallel testNG or parallel execution, we can run numerous tests at the same time in different threads so that it can reduce the execution time. Where test cases are run on numerous browsers or operating systems. Basically, parallel execution helps us to reduce the time...
05Apr
Read PDF File Using Python in Robot Framework – Devstringx
Task:- Read Data from the pdf file and compare the text “Testing” is present in the pdf file Create a function to read data from PDF File using Python First Install PdfMiner and Pdf2TextLibrary libraries in your system as per the steps mentioned below: Open a command...
15Mar
How to Start Writing the Contract Testing for Consumer? – Devstringx
What Is Contract Testing? The contract is a common term used to describe the document which share by 2 parties i.e. which provides legal communication between two or more parties. Conceptually contract testing teaches us the technique which can use to test the interaction between 2...
21Dec
How to Read & Write Data Using Apache POI – JAVA | Devstringx
Apache POI is a Java API to read and write Documents in .xls and .xlsx formats. It contains classes and interfaces. An Apache POI library provides two implementations to read an excel file: Horrible Spreadsheet Format (HSSF) Implementation: It’s an API that works with Excel 2003 or...
24Nov
Retrieve Test Data from Json file in C# Selenium Framework | Devstringx
When we write an automation framework one of the many challenges is to use test data in our test scripts. One way is to hardcode the test data in our test scripts but this approach is not extensible, what if the test data change after...
22Oct


