SaileshRamesh
Currently working as Test Analyst at Cognizant Technology Solutions
Cognizant Technology SolutionsBangalore
Pinned Repositories
4th_Sem_Project_Whey_To_Fitness
An online website for people wanting to gain or loose weight, the application includes weight gaining and loosing plans, along with calorie calculator. The website was built using VB.net
APIFramework
Problem Statement: The team RCB has submitted it's team for upcoming match, the details of the match in JSON format, we will be writing a test that validates that the team has only four foreign players and there is at least one wicket keeper
cv
sample html file
eCommerceAutomationBDDFramework
This repository contains a collection of sample selenium-cucumber-java projects and libraries that demonstrate how to use the tool and develop automation script using the Cucumber BDD framework with Java as programming language. It generate extent reporters as well. It also generate error shots for your failed test cases.
Fifth_Semester_Project_VetCare
“Veterinary Care” software. Includes clients, pets, inventory (especially medicine), appointments, document management, invoicing, grooming, and boarding. Veterinarians care for the health of animals and work to improve public health. They diagnose, treat, and research medical conditions and diseases of pets, livestock, and other animals.
Final_year_BCA_project_Seva_Portal
"Seva Portal" is an online website where users can register themselves provide valid information and get their appointment fixed and the admin can view the registered details of the appliers and can approve/disapprove based on the verification and valid information of the applier, This is secure and the people don't have to wait for things to happen. The website is built using bootstrap, html, css, javascript, ajax & php.
IntroductionToJavaBootCamp
Introduction to Java BootCamp helps you get started with the basics of java and basic data structures
Java-Programs
Basic level Java programs to start off
Mini_Project_Gadget_Automation
Problem Title: Gadgets Automation Description: Get first 5 Bluetooth headphones name and price from online shopping site for criteria: 1. Price range should be between 700 to 1400 2. Most popular headphone should be on top of the list. 3.Website used: wwww.Snapdeal.com, Done automation testing using selenium java.
RestAssuredAPIFramework
Problem Statement: Automating the Location Maps API using Rest Assured and JAVA with BDD Framework.
SaileshRamesh's Repositories
SaileshRamesh/RestAssuredAPIFramework
Problem Statement: Automating the Location Maps API using Rest Assured and JAVA with BDD Framework.
SaileshRamesh/eCommerceAutomationBDDFramework
This repository contains a collection of sample selenium-cucumber-java projects and libraries that demonstrate how to use the tool and develop automation script using the Cucumber BDD framework with Java as programming language. It generate extent reporters as well. It also generate error shots for your failed test cases.
SaileshRamesh/Final_year_BCA_project_Seva_Portal
"Seva Portal" is an online website where users can register themselves provide valid information and get their appointment fixed and the admin can view the registered details of the appliers and can approve/disapprove based on the verification and valid information of the applier, This is secure and the people don't have to wait for things to happen. The website is built using bootstrap, html, css, javascript, ajax & php.
SaileshRamesh/4th_Sem_Project_Whey_To_Fitness
An online website for people wanting to gain or loose weight, the application includes weight gaining and loosing plans, along with calorie calculator. The website was built using VB.net
SaileshRamesh/APIFramework
Problem Statement: The team RCB has submitted it's team for upcoming match, the details of the match in JSON format, we will be writing a test that validates that the team has only four foreign players and there is at least one wicket keeper
SaileshRamesh/cv
sample html file
SaileshRamesh/Fifth_Semester_Project_VetCare
“Veterinary Care” software. Includes clients, pets, inventory (especially medicine), appointments, document management, invoicing, grooming, and boarding. Veterinarians care for the health of animals and work to improve public health. They diagnose, treat, and research medical conditions and diseases of pets, livestock, and other animals.
SaileshRamesh/IntroductionToJavaBootCamp
Introduction to Java BootCamp helps you get started with the basics of java and basic data structures
SaileshRamesh/Java-Programs
Basic level Java programs to start off
SaileshRamesh/Mini_Project_Gadget_Automation
Problem Title: Gadgets Automation Description: Get first 5 Bluetooth headphones name and price from online shopping site for criteria: 1. Price range should be between 700 to 1400 2. Most popular headphone should be on top of the list. 3.Website used: wwww.Snapdeal.com, Done automation testing using selenium java.
SaileshRamesh/OnlineSeleniumAssessment
SaileshRamesh/Selenium_Java_Data_Driven_Framework
Data Driven framework is used to drive test cases and suites from an external data feed. The data feed can be data sheets like xls, xlsx, and csv files.A Data Driven Framework in Selenium is a technique of separating the “data set” from the actual “test case” (code). Since the test case is separated from the data set, one can easily modify the test case of a particular functionality without making changes to the code.
SaileshRamesh/Selenium_Java_Page_Object_Model
POM is a design pattern which is commonly used in Selenium for Automating the Test Cases. This design pattern can be used with any kind of framework like keyword-driven, Data-driven, hybrid framework, etc. The Page object is an object-oriented class which acts as an interface for the page of your Application under test. Page class contains web elements and methods to interact with web elements. While Automating the test cases, we create the object of these Page Classes and interact with web elements by calling the methods of these classes. -Implemented Page Object Model Framework to automate Insurance site in Selenium. -Implemented HTML Extent Reports -DataDriven in POM (Excel reading and writing) -WebDriver Instance shared in all Pages -Handling the common functions in all pages -Return type of functions -Handle common WebElement -Run the test on Jenkins
SaileshRamesh/Selenium_with_cucumber-BDD-Framework-
Cucumber is a testing approach which supports Behavior Driven Development (BDD). It explains the behavior of the application in a simple English text using Gherkin language.
SaileshRamesh/Shell_Scripts
Basic shell scripting programs with basic to advance level with proper comments to understand.
SaileshRamesh/TestNGFramework
Problem Statement: Automating an eCommerce Website by following the standard TestNG Framework guidelines