- Видео 295
- Просмотров 416 595
RoadToAutomation -- Sadik
Индия
Добавлен 22 янв 2017
Tutorials 4 || WebDriverIO how to find element/elements using $ and $$
In this tutorials, you will learn, how to find elements using webdriverio by using $ and $$
What is different between $ and $$
What is different between $ and $$
Просмотров: 57
Видео
Tutorials 3 || WebdriverIO || Autocompletion setup in visual studio code
Просмотров 145Год назад
In this tutorial you will learn how to enable Autocompletion in visual studio code
Tutorials 2 || WebdriverIO how to create first tests (Open url, SetValue, Click, GetText)
Просмотров 68Год назад
In this tutorial you will learn below: How to create the first test create spec file, enter click get Text method How to use a locator How to add application URL in wdio.conf file How to update your test name to run a single test from the conf file. Run Webdriverio test Visual Studio code download: code.visualstudio.com/download
#tutorials 2| XUnit Selenium || Extent Report Attached Screenshot base64
Просмотров 222Год назад
In this video, you will learn how to capture screenshots and attach an extent report using base64encoded format. How to implement extent report with selenium XUnit from scratch: ruclips.net/video/LgujGJMQ0PU/видео.html
Tutorials 1 || WebDriverIO how to start || Setup
Просмотров 336Год назад
In this tutorial, you will learn how to start with webdriverIO. 1. How to setup Nodejs 2. How to initialize webdriverIO
CSS Selector Beginner + Advance
Просмотров 169Год назад
In this tutorial you will learn how to create CSS selector by using the following: ➢ Basic Syntax ➢ ID & Class Selectors ➢ Combination ➢ Sub-string Match ➢ Child/Descendant ➢ Pseudo Class - Child ➢ Pseudo Class - Type of child ➢ Advantages ➢ Disadvantages
XPath Beginner + Advance
Просмотров 713Год назад
In this video, you will learn how to create XPath using the following: 1. XPath Basics 2. XPath Functions 3. XPath Axes
xUnit selenium C# integration with Extent report
Просмотров 1,3 тыс.Год назад
In this tutorials you will learn how to implement extent report in xUnit selenium framework.
Selenium Python Get API and Intercept API requests
Просмотров 3,8 тыс.Год назад
In this tutorial, you will learn how to Get All requests and responses of Web application 1 How to capture requests 2. How to capture API response (JSON Body) 3. How to intercept request and change request details
#Tutorials 29 || Postman visual studio code extension
Просмотров 107Год назад
In this video you will lean what is Postman Visual studio extension an d how to install and use
Tutorials #1 || What is K6 and to setup and run first test || K6
Просмотров 107Год назад
In this tutorial you will lean what is K6 and how to setup and run tests on windows machine
Tutorials 33 || Playwright standalone test || Playwright Java script
Просмотров 205Год назад
In this tutorials, I discussed how to run and create playwright standalone tests without using playwright config file
#Tutorials 28 || Postman || Postbot AI feature
Просмотров 694Год назад
In this tutorials you will learn, postman AI-based feature (postbot) which automatically generate Test Method for the API request
Part 13 || Add Logs in Extent Report || Selenium automation framework
Просмотров 1,8 тыс.Год назад
In this video, you will learn how to add test steps log in the Extent report. Git Repository of code: github.com/sadikali1/selenium-java
Part 12 || Dynamically change Test name in Extent Report || Selenium automation framework
Просмотров 1,3 тыс.Год назад
In this video, you will learn how to change the test name in the extent report with the description or Test Data name dynamically data-driven test append data value in extent report tests dynamically. Git Repository of code: github.com/sadikali1/selenium-java
Part 11 || Data Driven Testing Using Excel File || Selenium automation framework
Просмотров 1,3 тыс.Год назад
Part 11 || Data Driven Testing Using Excel File || Selenium automation framework
Part 10 || Data Driven Testing || Selenium automation framework
Просмотров 219Год назад
Part 10 || Data Driven Testing || Selenium automation framework
Part 9 || Parallel execution tests multiple instances same browser || Selenium automation framework
Просмотров 1,3 тыс.Год назад
Part 9 || Parallel execution tests multiple instances same browser || Selenium automation framework
Part 8 || Retry Analyzer Rerun failed Tests || Selenium automation framework
Просмотров 409Год назад
Part 8 || Retry Analyzer Rerun failed Tests || Selenium automation framework
Part 7 || Extent report using TestNG Listener || Selenium automation framework
Просмотров 2,1 тыс.Год назад
Part 7 || Extent report using TestNG Listener || Selenium automation framework
Part 6 || TestNG Suite parallel and Sequential execution || Selenium automation framework
Просмотров 497Год назад
Part 6 || TestNG Suite parallel and Sequential execution || Selenium automation framework
Part 5 || How to run on cross browser || Selenium automation framework
Просмотров 180Год назад
Part 5 || How to run on cross browser || Selenium automation framework
Part 4 || Custom method of selenium || Selenium automation framework
Просмотров 246Год назад
Part 4 || Custom method of selenium || Selenium automation framework
Part 3 || Configuration Environment details || Selenium automation framework
Просмотров 362Год назад
Part 3 || Configuration Environment details || Selenium automation framework
Part 2 || Page Object Model || Selenium automation framework
Просмотров 587Год назад
Part 2 || Page Object Model || Selenium automation framework
Part 1 || What are the main features of automation framework || Automation framework
Просмотров 713Год назад
Part 1 || What are the main features of automation framework || Automation framework
#tutorials 27 || Postman documentations
Просмотров 102Год назад
#tutorials 27 || Postman documentations
#Tutorials 26 || How to validates current date form using moment || Postman
Просмотров 1,5 тыс.Год назад
#Tutorials 26 || How to validates current date form using moment || Postman
Tutorials 25 || How validate GraphQL response using postman
Просмотров 205Год назад
Tutorials 25 || How validate GraphQL response using postman
Tutorials 32 || Playwright GUI || Playwright java script
Просмотров 237Год назад
Tutorials 32 || Playwright GUI || Playwright java script
Thanks ur trick is working ❤
<a>alert(1)</a>
<script>Alert</script>
Sir its not taking screenshot on failure with the same code
Does it work with Xpath?
no it will work only with css
Thanks bro
Thank you so much.
wonderful explanation. big fan of you. Please share github all session code.
I am glad you liked it and I will try to put my code on github in the future
@@roadtoautomation--sadik1420 super like . awaiting for code and add new advance topics.
❤
What if i want to run same set of test cases but with different user credentials i.e., 2 sets of credentials and it should run the test twice - first test with 1 set of creds and second test with 2nd set of credentials? How can we do this?
Thankyou brother 😘
I am unable to get the GetValueOrDefault method from Dictionary can you please help me
Git url please
Thank you you one of the best tutors
helped me a lot, thanks
thanks man, many hours looking for this approach
After declaring a class as a @Test, can we execute a private, protected & default method directly by right-clicking on it?
helpfull 9:06
very helpfull 6:54
Helpfull video
Very helpfull...
In the test case dashboard, how can I see the objective of my test cases instead of Name? Also is there any video on importing test cases on zephyr using csv?
Explained in details, thank you so much
Glad it was helpful!
yeh toh btaya ni paarrallely kaise run ,krege ??????????/
my fav part was 06:02 - 06:08 ;)))
How to add log from page object class inside the method
THANK YOU
Hi Sir, I need scrolling option in extent report how to do that
sir how to use drag and drag offset to move the element towards left can we use negative offset?
Same video 33 and 34
plz upload playwright with javascript authentication popup
which video you teached line no 13-15??
Nice.What would it be like with shadow-root (closed)?
nice explanation
bro can you create a video hibernate project setup in vs code please help me and create a Sql table using hibernate.
I have a scenario where in I need to run 6 workers each doing 16 different testcases. how should I configure worker as testcases are different
is this support safari as well?
Thanks buddy
Excellent Video. Thank you.
share the link of the git repo where the python project exists
Currently I m using Chrome version 128 but i don't see any maven dependency for chrome version 128. My selenium version is 4.16.1 but still I m getting mismatch version issue how to fix that? What could be the version of selenium so that it will match
Can you try latest selenium version 4.23.1
so can i do it with wss .
Thank you so much youre literally God sent. I've had this issue for two days now thanks a lot.
Glad it helped
Nicely Explained
Hi could you please help me how this same concept is used in pom design patten, multiple pages and tests
Thank you so much Sir!
im already create test case on zephyr but on my backlog after create issue create added test case use zephyr, and create test case not redirect to zephyr page,, what his solution?
Thanks bro
Welcome
Everything installed beautifully in the latest version 2.9.0, but unfortunately, I am unable to use it because PyCharm cannot find the files when importing at the top of the file: from pytest_testrail.plugin import pytestrail. The pytest_testrail.plugin itself is underlined, and PyCharm cannot find it, even though it installed correctly. Do you have any ideas?
Was this issue resolved for you?
it work but build fail and allure is generated Creating artifact for the build. Artifact was added to the build. [htmlpublisher] Archiving HTML reports... [htmlpublisher] Archiving at PROJECT level /Users/adrianpricopie/untitled folder 2 to /Users/adrianpricopie/.jenkins/jobs/SeleniumPython/htmlreports/HTML_20Report [htmlpublisher] Copying recursive using current thread Finished: FAILURE
May be your tests are failing