13 тысяч подписчиков
307 видео
wdio tests | trigger githubActions manually with workflow-dispatch
Configure python in VSCode & run selenium test
TestNG Assertions in selenium | Soft & Hard assertions in detail
New Appium inspector for Appium 2.x | installation | inspect Android & IOS apps
Appium Desktop 1.4.x | How to Start & Stop server | Appium inspector
Allure reporting Part 3 | attach screenshot on test failure | using inbuilt methods
Scroll inside browser elements like WebTable or Dropdown | ListBox
Set headers at once for all API requests in collection | Postman pre-request script
Selenium 4 - emulate network conditions | intercept network
Run testNG group tests using testNG.xml & maven command line | Sure-fire-plugin
TestNG listener - ITestListener | ways to integrate with test methods
Git plugin for eclipse - EGit - how to push pull
Automate web tables in selenium java | fetch data | handle elements inside table
Better way to configure framework for parallel run using testNG parameterisation
Data driven testing with Excel sheet util methods | Appium Java framework #9
Allure reporting with webdriverIO Part 4 | Customise the default directory & clean on each run
Run webdriverIO tests on Safari browser | Selenium Standalone service
Inspect and automate mobile safari browser in IOS using Appium2 | Inspect elements
Setup Mac laptop - Java JDK & Maven | M1 | M2 PRO MAX
Postman CLI Runner from postman (alternate to newman tool) | run on githubActions
Selenium Java Exceptions | StaleElementReferenceException
What is & how to effectively handle StaleElementReferenceException in Selenium python
Create Cypress custom commands or overwrite default commands
Guide to export & import in JS/typescript for classes | functions | variables
Common HTTP or REST request status codes
Scroll inside an element like dropdown or table list items in webdriverIO
Using selenium pytest fixtures at class level | creating base_test.py for all test files
Excel read write custom methods for selenium automation
Appium element finding strategies | Appium Inspector | Android | iOS
Send parameters from command line to selenium project | building framework
GET request in Postman | PATH & QUERY parameter in detail
Setup and run typescript code in VSCode
Handle WebElement using Protractor - Part1 - textbox button and alerts
Handle shadowDOM elements using selenium java
Add utility or reusable methods to appium framework #4
Run Selenium4 tests in standalone chrome | firefox dockers
Run JavaScript using Selenium Java | JavaScriptExecutor
Ways to automate iFrames using Selenium Java
Run testng.xml using maven in inteliJ IDE
Automate dropdown or select element using Selenium python library
Customise output with TestNG IReporter listener
Getting started with pytest to write selenium tests using python
Setup | usage of virtual environment & requirements.txt in python
ClassCastException - ShadowRoot cannot be cast to WebElement | Chrome 96 onwards | Selenium 4
Read & write excel sheet data in Java using Apache POI
TestNG html report in detail | emailable-report or index.html | maven command line run
Setup fake json server with authentication for API testing
Configuring Protractor with Cucumber in VSCode | Reporting
Guide to configure & run webdriverIO tests in browserstack | Part1
Selenium Page object model with python - Part 1