Monday, February 10, 2020

Self Introduction

Hi, I am Rahul Bhujbal
I have completed my M.Sc in Computer Science.
I have 4.2 years of experience as an Automation Tester with Hybrid Framework of Selenium maven with Cucumber, TestNG. Also familiar of defect management tool Jira & Go to Assist.
Also I am using Jerkin for Continues Integration.

To manage our code we are using Github.



Framework

1. Programming Language used

We are using Java language. As Selenium Supports Multiple Languages. We use java language just because most of the automation developer has knowledge of Selenium with java 


Types of Test Framework
Keyword Driven Testing Framework
Data Driven Testing Framework
Hybrid Testing Framework
Behavior Driven Development Framework
Modular Testing Framework
Linear Scripting Framework


- In our project we are using Data Driven framwork using POM design pattern with Page Factory.
-  POM as per the POM We have maintained class for every webpage. Each webPage has a separate class and that class holds the functionality and Members of the Web page.

- We have separate classes for every individual Test.

- Packages : We have separate packages for pages and Tests Scripts. All the Web Pages Related Classes come under pages Package and all Tests Relates Classes come under tests Package.
- All the tests come under src/test/java and remaining files such as config.properties, Element locators, utility files, testdata kept in src/main/resources

- for e.g. 

Test Base Class:
Page Object Design Model
Functions:
Property Files:
TestNG:
Parameterise- Excel Files
Error Screenshots
Sending Emails
Version Control:
Continues Integration






No comments:

Post a Comment