Git Product home page Git Product logo

restassured-serenity-cucumber's Introduction

Hi πŸ‘‹, Good to see you 😊

I'm Venkat Reddy CH, Lead/Senior Software Development Engineer in Test

Welcome to my profile! ⚑Here you will find a some of sample projects that will help you to get started with the most popular libraries and frameworks in Test Automation Arena!

Languages I was working on:

, and


etc...

List of projects on QA Automation

These sample projects can be used an initial guides to build a new automation projects

Repository Technologies & Frameworks Comments
cypress-bdd-pom A sample framework created using cypress, bdd, typescript and reports are generated using various report styles like mochawesome and allure-report. This project also contains dockerfile and execute tests in docker.
Python-Selenium-Pytest A sample framework created using python, pytest and selenium and reports are generated using allure-report. This project also contains github actions to trigger tests for every new commit
K6-Sample-POC Sample proof-of-concept for demonstrating different testing types using k6
Restful-Booker-Test This is an E2E Rest API testing framework for sample endpoints available in https://restful-booker.herokuapp.com/apidoc/index.html, The published APIs represent a booking system where user can create, update and cancel bookings.


cvenkatreddy

Β cvenkatreddy

Connect with me:

qaauto-venkatreddyc

restassured-serenity-cucumber's People

Contributors

cvenkatreddy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

restassured-serenity-cucumber's Issues

error en iUpdateBooking

Al ejecutar:
@when("I UPDATE a booking")
public void iUpdateBooking(List boList) {
Response response = bookingEndPoints.addBooking(world);
bookingId = bookingEndPoints.getBookingIdFromResponse(response);
Booking updatedBooking = new Booking(boList.get(0), boList.get(1), Integer.parseInt(boList.get(2)),
Boolean.parseBoolean(boList.get(3)), null, boList.get(4));
world.setResponse(bookingEndPoints.updateBooking(bookingId, updatedBooking, null));
}
se muestra el siguiente error:

Caused by: io.cucumber.datatable.UndefinedDataTableTypeException: Can't convert DataTable to List<java.lang.String>.
Please review these problems:

  • There was a table cell transformer for java.lang.String but the table was too wide to use it.
    Please reduce the table width to use this converter.

  • There was no table entry or table row transformer registered for java.lang.String.
    Please consider registering a table entry or row transformer.
    image

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.