Open in app

Sign In

Write

Sign In

Ahmet BAYAR
Ahmet BAYAR

1 Follower

Home

About

Nov 13, 2022

First Test Case on Playwright

What is the Playwright? Playwright is an end-to-end test automation framework. It is independent from the platform.It means you can use “playwright” on Windows, Linux and MacOS. You can write your code with python,java,typescript,.NET and javascript. Playwright supports the most popular browsers such as chrome,firefox…It provides you to perform cross-browser…

Playwright Test

2 min read

First Test Case on Playwright
First Test Case on Playwright
Playwright Test

2 min read


Nov 6, 2022

Installing Cucumber on Cypress Framework

Before this article we have created a cypress project, you can reach this article from this link.In this topic we will learn how to install cucumber plugin on cypress. Let’s get started. Firstly we will install two packages on our project. …

Cucumber

3 min read

Installing Cucumber on Cypress Framework
Installing Cucumber on Cypress Framework
Cucumber

3 min read


Nov 5, 2022

Installing Cypress Framework from scratch

Hi everybody, I started a new tutorial series about cypress. In this tutorial we will create a cypress framework from sctrach. You can use this framework for your projects as a base framework. Let’s get started. Firstly I will create my project folder whose name is “mycucumberproject” on my computer…

Cypress

3 min read

Installing Cypress Framework from scratch
Installing Cypress Framework from scratch
Cypress

3 min read


Jun 28, 2021

Robot Framework API Testing POST Request

Step-1: import which library you need *** Settings *** Library SeleniumLibrary Library RequestsLibrary Library Collections Step-2: set of your variables *** Variables *** ${baseUrl} https://jsonplaceholder.typicode.com ${endPoint} /posts Step-3: Give a name your test case *** Test Cases *** # name of test case Post Request Step-4:create session create session mysesion…

Robot Framework

2 min read

Robot Framework

2 min read


Jun 28, 2021

Robot Framework API Testing GET Request

Step-1: we add the necessary libraries to our project Step-2: Create a file its extension called .robot Step-3: We add necessary library to our project Library SeleniumLibrary Library RequestsLibrary Library Collections Step-4:This is our base url for api testing *** Variables *** ${baseUrl} https://jsonplaceholder.typicode.com ${endPoint} /todos/1 Step-5:creating a session and…

Robotframework Puppeteer

3 min read

Robot Framework API Testing GET Request
Robot Framework API Testing GET Request
Robotframework Puppeteer

3 min read


Jun 25, 2021

Page Object Model (POM)-3-TestNG/DataProvider

Adım-1:Maven Projesi oluşturma Adım-2:pom.xml dosyasına projemizde kullanacağımız depenciesleri ekleyelim. Bizim projemizde kullanılacak dependiciesler; Selenium-java Webdriver Manager TestNG poi poi-ooxml Adım-3:@DataProvide bir TestNG annotations. Adım-4:test/java class altında bir package,package içinde de DataProvider First Class isimli java class ımızı oluşturalım.Class içeriği aşağıdaki gibi olmalıdır.

Data Provider

1 min read

Page Object Model (POM)-3-TestNG/DataProvider
Page Object Model (POM)-3-TestNG/DataProvider
Data Provider

1 min read


Jun 25, 2021

Page Object Model (POM)-2-Read/Write Excel

Adım-1:Maven Projesi oluşturma Adım-2:pom.xml dosyasına projemizde kullanacağımız depenciesleri ekleyelim. Bizim projemizde kullanılacak dependiciesler; Selenium-java Webdriver Manager TestNG poi poi-ooxml Adım-3:test/java altında resources adında paket oluşturalım ve içine örnek bir excel dosyası oluşturalım.Bizim dosyamız ülkeler ve dillerinden oluşmaktadır.

Poi

2 min read

Page Object Model (POM)-2-Read/Write Excel
Page Object Model (POM)-2-Read/Write Excel
Poi

2 min read


Jun 25, 2021

Page Object Model (POM)-1

Page Object Model bir framework tasarım modelidir.Kodların tekrar kullanılabilirliğini,bakımını ve okunmasını kolaylaştırır.Şimdi adım adım page object model tasarımını içeren proje oluşturalım. Adım-1:Maven Projesi oluşturma Adım-2:pom.xml dosyasına projemizde kullanacağımız depenciesleri ekleyelim. Bizim projemizde kullanılacak dependiciesler; Selenium-java Webdriver Manager TestNG Adım-3:Page Object Model in klasör yapısını oluşturalım.Dosyalarımızı src/test/java altında oluşturuyoruz.Öncelikli olarak src/test/java…

Pom

2 min read

Page Object Model (POM)-1
Page Object Model (POM)-1
Pom

2 min read


Jun 24, 2021

MAVEN and TestNG-1

Maven is a java build and management tool. Maven helps us to create java projects too easily. Gradle and Ant are other tools which are java build and management tools in the market, but maven is the most popular tool. …

Testng Framework

2 min read

MAVEN and TestNG-1
MAVEN and TestNG-1
Testng Framework

2 min read


Jun 24, 2021

Basic MAVEN and JUnit Project

Maven is a java build and management tool. Maven helps us to create java projects too easily. Gradle and Ant are other tools which are java build and management tools in the market, but maven is the most popular tool. …

Maven

2 min read

Basic MAVEN and JUnit Project
Basic MAVEN and JUnit Project
Maven

2 min read

Ahmet BAYAR

Ahmet BAYAR

1 Follower
Following
  • Semih Saydam

    Semih Saydam

  • Ruwanthi Ranasinghe

    Ruwanthi Ranasinghe

  • Seyhan Yılmaz

    Seyhan Yılmaz

  • Ayse Demir

    Ayse Demir

  • Seçil Çor

    Seçil Çor

See all (6)

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech

Teams