- Видео 71
- Просмотров 190 733
QACubicle
Индия
Добавлен 17 фев 2021
Hello Friends, Welcome to QACubicle, I'm Kuldeep , your guide to the fascinating world of Quality Assurance (QA) Testing. As a passionate QA professional with 16 of experience, I've dedicated myself to ensuring the delivery of high-quality software and enhancing user experiences.
On this channel, I'll be sharing my knowledge, insights, and practical tips on all things QA testing (Selenium WebDriver, Mobile Automation, Appium, TestNG, BDD, Cucumber, Playwright, Postman, Maven, Jenkins, Test planning, Agile, etc.), I'll cover various tools, and best practices that can help you elevate your testing skills and deliver top-notch software.
If you're new here, make sure to subscribe to the channel and hit the notification bell, so you never miss an update. Get ready to sharpen your testing skills, gain insights into industry trends, and become a rockstar QA tester.
Thank you for joining me on this exciting QA testing journey.!!
Best Regards,
KK
On this channel, I'll be sharing my knowledge, insights, and practical tips on all things QA testing (Selenium WebDriver, Mobile Automation, Appium, TestNG, BDD, Cucumber, Playwright, Postman, Maven, Jenkins, Test planning, Agile, etc.), I'll cover various tools, and best practices that can help you elevate your testing skills and deliver top-notch software.
If you're new here, make sure to subscribe to the channel and hit the notification bell, so you never miss an update. Get ready to sharpen your testing skills, gain insights into industry trends, and become a rockstar QA tester.
Thank you for joining me on this exciting QA testing journey.!!
Best Regards,
KK
What is Behavior Driven Development(BDD) | Benefits of BDD | BDD vs TDD | BDD Testing Frameworks
Welcome to my RUclips channel, In this video, I have explained BDD ( Behavior-Driven Development (BDD) and covered the following points:
a. What is BDD ( Behavior-Driven Development (BDD)
b. Benefits of BDD ( Behavior-Driven Development (BDD)
c. BDD Vs TDD
d. BDD (Behavior-Driven Development (BDD) Testing frameworks :
Cucumber: Cucumber is one of the most popular BDD testing frameworks, its originally written in the Ruby programming language, but it supports a variety of different programming languages, including Java and JavaScript.
Quantum: Quantum is an open-sourced, cross-platform, BDD-based test automation designed by Perfecto.
SpecFlow: SpecFlow is an open-source testing framework for ...
a. What is BDD ( Behavior-Driven Development (BDD)
b. Benefits of BDD ( Behavior-Driven Development (BDD)
c. BDD Vs TDD
d. BDD (Behavior-Driven Development (BDD) Testing frameworks :
Cucumber: Cucumber is one of the most popular BDD testing frameworks, its originally written in the Ruby programming language, but it supports a variety of different programming languages, including Java and JavaScript.
Quantum: Quantum is an open-sourced, cross-platform, BDD-based test automation designed by Perfecto.
SpecFlow: SpecFlow is an open-source testing framework for ...
Просмотров: 169
Видео
What is TDD (Test Driven Development) | How to Implement TDD
Просмотров 1546 месяцев назад
Welcome to my RUclips channel, In this video, I have explained TDD ( Test-Driven Development). It's a software development process where tests are written before the actual code. The TDD cycle typically follows these steps: Write a test: First, a developer writes a test that defines the desired behavior of a small piece of code. Run the test: The developer runs the test to ensure that it fails....
How to Remove CDP Version Warning in Selenium WebDriver
Просмотров 3,1 тыс.8 месяцев назад
Welcome to my RUclips channel, In this video, I have explained about How to fix the warning - Unable to find version of CDP (Chrome DevTools Protocol) to use for 124.0.6367.119 in Selenium WebDriver Don't forget to subscribe to my channel - ruclips.net/user/QACubicle for more informative content on software testing, quality assurance, and test automation. Hit the notification bell to receive up...
How to Write Data into Excel File using Apache POI | Selenium WebDriver
Просмотров 2209 месяцев назад
Welcome to my RUclips channel, In this video, I have explained how to write data into Excel sheets (.xls and .xlsx) using Apache POI, and covered the following points: a. What is a workbook, sheet, row, and cell in excel sheet b. The concept of Apache POI Interfaces & Classs - HSSFWorkbook / XSSFworkbook / HSSFSheet / XSSFSheet / Row and Cell c. Write data into different types of excels using A...
Apache POI Introduction | Apache POI for Selenium WebDriver
Просмотров 21810 месяцев назад
Welcome to my RUclips channel, In this video, I have explained Apache POI, and covered the following points: a. Why we need Apache POI b. Apache POI - poi.apache.org/ c. Handle different types of excels in Selenium Automation d. Apache POI terms to work with Microsoft Excel e. Apache POI Interfaces & Class Don't forget to subscribe to my channel - ruclips.net/user/QACubicle for more informative...
WebTable in Selenium WebDriver | Handling Dynamic WebTable | Interview Questions
Просмотров 1,2 тыс.10 месяцев назад
Welcome to my RUclips channel, In this video, I have explained how to handle Web Table in Selenium WebDriver and dynamic web table handling and covered below points which are very important from the interview point of view e.g. a. How to get the row count from a Web table b. How to get the column count from a Web table c. How to data from the particular cell from a Web table d. How to get all t...
Difference between driver.close() and driver.quit() in Selenium WebDriver
Просмотров 19610 месяцев назад
Welcome to my RUclips channel, In this video, I have explained about difference between driver.close() and driver.quit() in Selenium WebDriver. Don't forget to subscribe to my channel - ruclips.net/user/QACubicle for more informative content on software testing, quality assurance, and test automation. Hit the notification bell to receive updates whenever we post new videos. If you have any ques...
Selenium WebDriver 4.11.0 - Chrome Browser For Testing | Chrome Browser Automation for 115 onwards
Просмотров 92310 месяцев назад
Welcome to my RUclips channel, In this video, I have explained about Chrome for Testing availability dashboard in Selenium Manager with Selenium WebDriver 4.11.0. And, Test cases execution on the latest Chrome versions:115, 116,117, Stable, and Beta. Don't forget to subscribe to my channel - ruclips.net/user/QACubicle for more informative content on software testing, quality assurance, and test...
Selenium Manager in Selenium WebDriver | No System Property | No WebDriverManager | No Driver.exe
Просмотров 688Год назад
Welcome to my RUclips channel, In this video, I have explained about Selenium Manager in Selenium WebDriver. We know that in Selenium WebDriver for Automated test cases execution 2 things are pre-requites (Web browser and Browser driver). If Web Browser is available on system, then Browser Driver must be setup on the system with help of below: a. System.setProperty() which is used to configure ...
How to resolve Unable to establish web socket connection exception in Selenium WebDriver with Chrome
Просмотров 1,3 тыс.Год назад
Welcome to my RUclips channel, In this video, I have explained that what is the root cause for the "Exception in thread "main" org.openqa.selenium.remote.http.ConnectionFailedException: Unable to establish websocket connection to localhost:54247/devtools/browser/... " exception in Selenium WebDriver and how to fix it out. Problem statement: While executing a basic Selenium program (Launch the C...
How to create Selenium Maven Project In Eclipse | Selenium setup with Java, Eclipse, Maven POM.xml
Просмотров 21 тыс.Год назад
Welcome to my RUclips channel, In this video, I have explained that how to setup Selenium WebDriver 4 Setup with Maven in Eclipse using POM dependency. Don't forget to subscribe to my channel - / @qacubicle for more informative content on software testing, quality assurance, and test automation. Hit the notification bell to receive updates whenever we post new videos. If you have any questions ...
How to solve "Webdriver cannot be resolved to a type" Error in Selenium WebDriver
Просмотров 18 тыс.Год назад
Welcome to my RUclips channel, In this video, I have explained that what is the root cause for the "Webdriver cannot be resolved to a type or ChromeDriver can not be resolved to a type" error in Selenium WebDriver Problem statement: Getting errors in the Selenium program like - "Webdriver cannot be resolved to a type or ChromeDriver can not be resolved to a type" Root cause: Eclipse IDE cannot ...
How To Remove "Chrome is being controlled by automated software" message In Selenium WebDriver
Просмотров 2,7 тыс.Год назад
Welcome to my RUclips channel, In this video, I have explained how to Remove the "Chrome is being controlled by automated software" message In Selenium WebDriver. Problem statement: When we execute any Selenium Program in Chrome Browser then - Chrome browser gets launched and the message "Chrome is being controlled by automated software" is displayed on the top left side of the browser. Solutio...
How to download Chromedriver.exe for Chrome Browser 115 and above in Selenium WebDriver
Просмотров 78 тыс.Год назад
Welcome to my RUclips channel, In this video, I have explained how to download the Chromedriver.exe file for Chrome Browser 115 and above in Selenium WebDriver. Problem statement: Let's say that you have Chrome version 115 and above on your system, and while launching the Chrome browser with Selenium automation getting an error like: Exception in thread "main" org.openqa.selenium.SessionNotCrea...
How to log a bug in Jira | How to Log Defect in Jira | How to raise defect in defect management tool
Просмотров 469Год назад
Welcome to my RUclips channel, In this video, I am excited to guide you through the crucial process of defect logging and reporting in manual software testing. We all know Defect logging and reporting is an integral part of the software testing life cycle . Here I have explained the step-by-step process of logging defects along with industry best practices in the defect management tool. By the ...
Test Plan in Software Testing | How to create Test Plan | Test Plan Detailed Explanation
Просмотров 369Год назад
Test Plan in Software Testing | How to create Test Plan | Test Plan Detailed Explanation
Test Cases Review Process | QA best practices and guidelines for review process in Software testing
Просмотров 268Год назад
Test Cases Review Process | QA best practices and guidelines for review process in Software testing
How To Write Test Cases in Manual Testing | Test Cases creation template and best practices
Просмотров 271Год назад
How To Write Test Cases in Manual Testing | Test Cases creation template and best practices
How To Read Properties Files in Java Selenium for Test Configuration #26
Просмотров 1,3 тыс.Год назад
How To Read Properties Files in Java Selenium for Test Configuration #26
Hierarchy of Selenium Classes and Interfaces Explained
Просмотров 7752 года назад
Hierarchy of Selenium Classes and Interfaces Explained
How to Learn Selenium Automation Testing for Beginners | How to learn Selenium and Automaiton
Просмотров 3482 года назад
How to Learn Selenium Automation Testing for Beginners | How to learn Selenium and Automaiton
Selectors in Playwright - Text selector| Identify web elements using Text selectors in Playwright
Просмотров 1382 года назад
Selectors in Playwright - Text selector| Identify web elements using Text selectors in Playwright
Test Scenario vs Test Case | How to write Test Scenarios and Test Cases with example
Просмотров 2812 года назад
Test Scenario vs Test Case | How to write Test Scenarios and Test Cases with example
Defect Life Cycle / Bug Life Cycle in Software Testing | Testing Interview Question
Просмотров 6412 года назад
Defect Life Cycle / Bug Life Cycle in Software Testing | Testing Interview Question
What is defect leakage or Bug leakage | Defect leakage formula | Software Testing Interview Question
Просмотров 4922 года назад
What is defect leakage or Bug leakage | Defect leakage formula | Software Testing Interview Question
Severity and Priority in Software Testing | Severity Vs Priority with examples | Interview Question
Просмотров 1,7 тыс.2 года назад
Severity and Priority in Software Testing | Severity Vs Priority with examples | Interview Question
Browser context in Playwright | Create Multiple Browser contexts in Playwright
Просмотров 1,2 тыс.2 года назад
Browser context in Playwright | Create Multiple Browser contexts in Playwright
How to record Videos in Playwright for test cases execution
Просмотров 5662 года назад
How to record Videos in Playwright for test cases execution
Playwright Test Generator | Playwright Inspector | Automatic test code generation tool
Просмотров 4142 года назад
Playwright Test Generator | Playwright Inspector | Automatic test code generation tool
Playwright setup | Write first test script in Playwright and execute
Просмотров 2812 года назад
Playwright setup | Write first test script in Playwright and execute
tnx a lot sir
Thank u .!!
Thanks for this video, The Issue resolved
Thanks; please share with your friends as well .!!
Wow you explained in detailed manner thanks a lot
Thank you, please share with your friends as well ..!!
Thank you. It really works!
Thank you, please share with your friends as well.!!
Error gone but still by chrome browser page not redirect to website
Are you getting any errors in console.
Thank you for the video its easy to understand. if possible can you do a video on difference between framework and tool?Thank you
Thank you so much, Ananya ..yes it is in my plan..!!
Thank you so much 🎉
Thank you man !!@
thanyou brother
I update to latest version to 4.24.o but same error is displaying i dont want to add chrome options class , how to resolve this issue?
Even at 1.5x speed, you are speaking slowly.
My chrome version is 127, and i couldn't find any driver, can you please help me
Please refer to this video, here I have explained how to execute test cases on desired Chomrer browser version with the help of co.SetBrowserVersion command ("<Browser Version Number>") ruclips.net/video/dcJ9c5h4Tz0/видео.html
Hi, From LinkedIn!
Thanks a lot. Was very helpful.
Thank you sp much ..please share with your friends as well..!!
Outstanding explanation 🎉🎉🎉🎉🎉🎉🎉🎉 you live in it gentleman, i loved the way you are teaching and its a piece of cake 🎉💫
Thank you so much ..please share it with your friends as well..!!
very wonderful way of explanation!! tyankyou sir
Thank you so much..!!
explanation is good. But when I run the code it gives error : Exception in thread "main" org.openqa.selenium.InvalidSelectorException: invalid selector from javascript error: {"status":32,"value":"Unable to locate an element with the xpath expression //table[@class='table table-striped']//tbody/tr[1]/td[1]) because of the following error: SyntaxError: Failed to execute 'evaluate' on 'Document': The string '//table[@class='table table-striped']//tbody/tr[1]/td[1])' is not a valid XPath expression."}
Thanks, Somnath, It seems to be an XPath issue in your code (Unable to locate an element with the XPath expression..) please correct it and it should work.!!
🤗So Good and simple
Thank you.!!
after following these steps still showing the same
Version 109.0.5414.120 (Official Build) (64-bit) win 7
can you please make Java Collections series
This video does not help if you're not using a pom, if you're like me, then you can do this: Download the latest Selenium WebDriver and extract the files to your desired libs location. In eclipse: Go to Project > Properties > Java Build Path > Libraries Select and Remove (only the Selenium-java dependencies) all the libs from the previous WebDriver version Then click on 'Add External JARs' and add the contents of the downloaded Selenium WebDriver
Thanks for sharing.!!
Thank you sir. Uploaded valuable information about automation
Thanks a lot, please share with your friends as well, it would be a great support..!!
Thank you kuldeep sir
Thank you Amit, I hope that my videos are helpful..please share with your friends as well !!
I have added chrome and chromedriver.exe path... browser launching but not navigating to url and not maximizing..using 17 java and 4.20 selenium..can help me on this?
Hello Please watch this video - ruclips.net/video/jglQpvPI58A/видео.html it will help you to solve your issue.
Thank You so much
Thanks..!!
@@QACubicle Could you please demonstrate how to handle it in case of python selenium
Very useful
Thanks a lot...
Hii today I downloaded selenium and could not find the lib folder jar files but only a set of normal jar files. Did they integrate all files into a single folder now?
Hi, which Selenium version you have downloaded and are getting any errors after adding these jar files in project Classpath.
Thanks for sharing the information.
Thank you Rahul.!!
very helpful. thanks Bhai!
Hlo sir i have the version 125.0.6422.142 and in stable it showing 125.0.6422.141 only sir please provide some feedback sir
It should work, are you getting any errors.
bro pls add below link document . i will downloading document it will usefull to me.
Sure, will do, please allow me some time.
*Customi* zed XPath generation technique *Basic XPath* This is a common approach for finding the Xpaths with the help of Tag name and attribute value. And we can just exclude the HTML tag and represent it with an asterisk (*). In this case, the script will search in the DOM with any HTML tag having a placeholder value as ‘'Search store'. //tagname[@attribute=’value’] //input[@placeholder='Search store'] //*input[@placeholder='Search store'] *Contains* Used when the value of any attribute changes dynamically, and has an ability to find the element with partial text //tagname [contains(@attribute,’value’)] //button[contains(@type,'submit')] //button[contains(text(),'Search')] *Using OR & AND* These logical expressions are used on attribute conditions. In case of OR any one of the conditions should be true or both In case of AND, both conditions should be fulfilled. //tagname[@attribute='value' or @attribute='value'] //tagname[@attribute='value' and @attribute='value'] //input[@id='FirstName' or @name='FirstName'] //input [@id='FirstName' and @name='FirstName'] *Starts-with* Used to find the web element whose attribute value changes dynamically. In this method, the starting text of the attribute is matched to find the element //tagname[starts-with(@attribute,'value')] //input[starts-with(@name,'Last')] //a[starts-with(text(),'Log')] *Text()* Used to locate elements based on text of a web element //taganme[text()=’text’] //button[text()='Register'] *Using Index* This approach comes in use when you wish to specify a given tag name in terms of the index value you wish to locate. (//*[@attribute='value'])[index] (//input[@type='password'])[2]
Very well explained in a detailed manner....Thanks
Thank you so much ..!!
good information. Thank you expecting more
what if id is not present?
Hi, you can use the iFrame name or index to switch to .
How can we remove warning for non-maven project?
Hi, Please download the Selenium jar files (from www.selenium.dev/downloads) for the respective CDP, and add them to your project, I hope it helps.
Great. Thanks for sharing the information.
Thank you Sid..!!
Consider fastexcel or fillo for this
Thank you for your suggestion.
I have version 123.0.6312.123 (official build) (64- bit). This version is not available in the link you have provided. From where can I get this version sir?
We can execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Most underrated channel..this channel has the potential to help the candidates to meet the new challenges in QA field...
I appreciate your feedback, so thank you very much. Definitely, It takes a lot of effort to produce high-quality content, but if I can assist even one person, then I consider my work is done..and keeps me motivated ..!!
Nice session. Practice explaination which really helps to understand the things in better manner.
Thank you Shubham.!!
i m having 121 version
what to do for that
@@anjanareddyp304 We can execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Classpath is not showing under libraries
Classpath, and Libraries which I have shown in the video come by default when you install Eclipse successfully, so just ensure that Eclipse is installed correctly at your end. Otherwise you can try out the creating Maven project, for that please refer to this video: ruclips.net/video/2ky8X-b0Sfk/видео.html
I added all jar in build path bt they show me project setup fixes I clicked on this option bt they ask me to add same build path your project.. I can't see import option in selenium thag why whenever I go to lounch the broswer they show same error
Hi Shubham, I think rather than adding jar files manually, you can create a Selenium Maven project with the help of this one ruclips.net/video/2ky8X-b0Sfk/видео.html , let me know if you still facing any issues.
@@QACubicle okay sir Thank you🙏
I have been trying eclipse with selenium from 3 day of eclipse version 24.03 bt i am facing same issue whenever I go to broswer lounch that time they show me same error like imoprt option can't show in laptop so please try make a vedio on how to install selenium in eclipse it's my humble request to you sir 🙏...
Hi Shubham, Please see this video for Selenium Eclipse setup: ruclips.net/video/_uAXS0iWqU4/видео.html and refer to this one to execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - ruclips.net/video/dcJ9c5h4Tz0/видео.html Hope your issues will be resolved.!!
Hello sir, I am still facing same error after downloaded the chrome driver 122.0 version for chrome version 122.0.6261.129
Hello Vikram, could you please share the error, otherwise refer to this one to execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - ruclips.net/video/dcJ9c5h4Tz0/видео.html
Well explained sir...
We can execute test cases on all the latest browsers (115, 116, 117, and so on) with the help of Chrome for the Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html
Thanks sir!
We can execute test cases on all latest browsers with help of Chrome for Testing availability dashboard - please refer to this video ruclips.net/video/dcJ9c5h4Tz0/видео.html