Testing

Banner for Keyword Driven Testing Blog

Guide On The Keyword Driven Testing Framework – Devstringx

Keyword Driven Framework is a functional automation testing framework that divides test cases into four different parts(test steps, objects of test steps, actions on test steps, and data for test objects) for better automation. These type of categorization can be maintained with the help of an...
Contract Testing

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...
Hybrid Driven Framework

Play Around Data and Keyword – Hybrid Driven Framework – Devstringx

Hybrid Framework Hybrid Driven Framework is an ideal framework for manual testers who have no programming knowledge. This concept takes advantage of the Keyword-driven framework and the Information-driven framework. Ingredients JAVA, Selenium, IDE (any) Directions # Sauté Keywords publicclass Keywords { publicvoidclick(RemoteWebDriverdriver, String ObjectName, String locatorType) throwsIOException, InterruptedException{ Thread.sleep(1000); try { driver.findElement(this.getObject(ObjectName, locatorType)).click(); }catch (Exception e) { // } } publicvoidenter(RemoteWebDriverdriver,...

How To Read Emails Using Java Imaps? – Devstringx

Here we are going to see how email content can be read by Java-Selenium using Java mail API. Method to Get the Body Content of the Mail It requires 3 parameters username, password, and the subject of the mail. When this method will be called then first...
What is Kanban??

A Complete Introduction On The Kanban Methodology – Devstringx

What Is Kanban Methodology? The word Kanban comes from a Japanese word that means – Visual Signal. It is inspired by the Actual Manufacturing Process. It has various stages of a task. Right from when a work is started to the end result. With so many people working...
Apache POI - Java

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...

Get a free quote

Share your requirements and get a detailed proposal.

    • In just 2 mins, you will get a response
    • Your Idea is 100% protected by our Non-Disclosure Agreement