Found 317 repositories(showing 30)
gabrieldim
Selenium automatic testing for Facebook login form and home page.
sudharsan-selvaraj
Utility to automatically manage all web element waits and enables to write wait-free selenium tests.
ChungmanCheng
This Python script automates email subscriptions to various newsletter services using **Selenium**, allowing you to test email registration flows. It reads email addresses and subscription URLs from CSV files and submits them to subscription forms automatically.
zkoss
ZTL is an open source tool which can automatically test the ZK Framework with jUnit and Selenium frameworks. And it can now support vision test to test on ZK Framework.
Zero-configuration runner to automatically install and run End-to-End tests with Nightwatch and Selenium
2gis
Automatic virtual machines manager for selenium-based testing
r2dev2
A library to make concurrent selenium tests that automatically download and setup webdrivers
SanjayPG
AI-powered test automation framework that automatically heals broken locators for Playwright and Selenium WebDriver in JavaScript/TypeScript
wenchengyao
UI Automatic testing,springboot testng selenium
Allow your selenium suites to store automatically the screenshots taken for every failed test in maven target folder
saltlab
Testilizer is a tool for automatically extending existing Selenium test suites of web applications
shivamconan
This project explores the possibility of automatically converting manual test cases to selenium automation.
jnidhi
Using a web automatic test framework Selenium to crawling the users' homepage in LinkedIn, I use the regular expression and some tricks to match the information the most recruiters are interested in such as working experience and educational experience, I also make a rule to calculate the score of the profile of the user, the more score the profile means the more competitive the user is in IT market.
karthikhosur97
Automatic number-plate recognition is a technology that uses optical character recognition on images to read vehicle registration plates using OpenCV and Tesseract OCR Engine. It can be used on existing closed-circuit television, road-rule enforcement cameras, or cameras specifically designed for the task. Using Selenium web driver, number plate recognized is parsed to the government website vahan.nic.in along with the solved captcha and the vehicle details can be accessed for further Inference and analysis. The crawled information is converted to structured and unstructured data and stored in Firebase and MySQL for data analysis and live dashboard. Through the dashboard the notification triggers can be set if a vehicle defaults any of the rules , an SMS will be sent to the mobile phone of the authority. Tested on 1500 Indian Number Plates gave us a success rate of 64% which is better than the current existing systems. As well as, successfully retrieve vehicle information from secure government website with a success rate of 75%.
predrag-popovic
This basic framework example using JAVA programming language with integrated Cucumber framework. Automatic test used Selenium WebDriver (Chrome, Firefox, Edge, Safari) for executing tests and also this framework have support for Selenium Grid.
codemaker2015
The Test Case Generation Agent is an AI-powered application that automatically generates high-quality test cases from requirements documents. It leverages advanced LLMs and search capabilities to produce comprehensive test suites in either Gherkin or Selenium format, incorporating industry best practices and edge cases.
cybertushar404
A GUI-based XSS vulnerability scanner built with Python, Selenium, and Tkinter. It automatically tests URL parameters and HTML forms against thousands of payloads (2600+), detects script execution with JS hooks, supports proxy integration, and generates detailed vulnerability reports.
laughing-nerd
This is a very basic Python bot that automatically joins a google meet once a link and time to join ha been provided. It does not use Selenium. It uses simple PyAutoGUI to control the automation. This further implies that you should be logged in via your appropriate google account on your Chrome browser. It's a test project.
Kirca54
Selenium automatic testing
ForestCold
An automatic web testing tool based on Selenium.
dilipagarwal001
The simple selenium web driver code written in Java to automatic website test.
Aviijeet12
Upload requirements, understand context, and generate production-ready Selenium scripts automatically. The future of testing is here.
aiqualitylab
An MCP server that automatically fixes broken Selenium test locators when UI changes occur, reducing test maintenance overhead.
shubham-pawar
Chrome Tab Rotator is a Python GUI app that automatically rotates browser tabs at set intervals using tkinter and Selenium. Perfect for testing and productivity workflows.
can-seker
Selenium is an open-source testing tool used to automate web applications. It allows you to test web applications by automatically controlling web browsers, simulating user interactions, and analyzing data on web pages.
LionelBergen
A way of automatically viewing a bunch of free proxies websites and testing them in a browser using selenium to see if they actually work and hide your IP address
kesselborn
Test Unit EnVironment ... no, seriously: a little gem to help to automatically run your qunit tests via selenium ... is kind of sick but works pretty well and is CI-able
LubabAlkhaldi
A Java project that integrates database testing with Selenium automation. It connects to a MySQL database to perform Insert, Update, and Read operations on customer data, then uses Selenium WebDriver to automatically fill a web registration form using the retrieved data. This project is structured using TestNG for test management.
As we all know the situation in the world is going on the pandemic crisis all over the world of covid 19 everyone is scared and everything is just shut down the offices, industries, shops, schools and colleges people are advised to stay home and stay safe from this problem the only solution is now to stay in home so this is the time to do some thing at home rather then sitting alone and doing nothing at home and getting depressed from this corona virus you can use this time to learn new things and upgrade your skills for better growth so there are online study programs which are provided by our institute and you can learn selenium with java online training by our Institute that provides software testing training courses and classes online and offline to our candidtes so candidates should know how important is testing for a project to know that everything which is done on the project is working or not and there will be no errors and if there are you need to solve them in the process also for that we use testing processes and tools to test and to solve .automation testing is also one of the testing Technique which we use. Automation testing is a Software testing technique to test and compare the actual output with the expected output. This can be achieved by writing test scripts or using any automation testing tool. Test automation is used to automate repetitive tasks and other testing tasks which are difficult to perform manually. The main goal of Automation testing is to increase efficiency and develop software value. Automation testing processes to test the application through any tool. Widely used automation testing tools are selenium & UFT (Unified functional testing). UFT is a licensed tool while selenium is open-source. Most of the start-up and mid-level organizations are using Selenium. Selenium got popular due to saving of License cost for the automation Tool. the industry is changing rapidly towards automation so in the current scenario, every tester required hands-on experience in selenium. Askme provides Online Automation testing training in Noida What is Selenium? Selenium is a free (open source) automated testing suite for web applications across different browsers and platforms. It is quite similar to HP Quick Test Pro (QTP now UFT) only that Selenium focuses on automating web-based applications. Testing done using the Selenium tool is usually referred to as Selenium Testing. Primarily, Selenium was created by Jason Huggins in 2004. An engineer at ThoughtWorks, he was working on a web application that required frequent testing. Having realized that the repetitious Manual Testing of their application was becoming more and more inefficient, he created a JavaScript program that would automatically control the browser's actions. He named this program as the "JavaScriptTestRunner." What are Selenium Components? • Selenium Integrated Development Environment (IDE) • Selenium Remote Control (RC) • WebDriver • Selenium Grid What is Selenium IDE Selenium IDE is a simple record and playback kind of tool which comes as an add-on for Mozilla Firefox only. Test cases written in IDE can be exported in many programming languages like Ruby, Java, C#, etc. Edit and Debug options along with records are also available. It is an excellent tool for beginners to understand the syntax of Selenium WebDriver. What is Selenium RC Selenium RC (Remote Control) was the first tool of Selenium Suite. Earlier it was known as JavaScript Executor. RC was the tool that made Selenium famous in the market. It was the first tool that provided the support for multiple programming languages (JAVA, Ruby, Perl, PHP, Python, and C#). Selenium WebDriver: Selenium WebDriver is the most important tool of the Selenium suite. Because of the many limitations with RC, WebDriver was developed. It does not require any manual process like the Selenium Server. There is direct communication between code and browser. Features of Selenium WebDriver: l Open source l Supports all browsers like Firefox, Internet Explorer, Google Chrome, Safari, etc. l Support Multiple languages like C#, JAVA, Ruby, Perl, Python, and PHP. l Supports multiple platforms like Linux, Windows, MAC, etc. l No middleman like Selenium RC server is required. Easy to remember API. What is selenium with java tool.? Selenium is a portable framework for testing web applications. ... It also provides a test domain-specific language (Selenese) to write tests in some popular programming languages, including C#, Groovy, Java, Perl, PHP, Python, Ruby, and Scala. As I got a frequent question from students is it right automation will replace the manual tester job? Can I become an automation tester as I don’t know to code? Where we can use the automation tool? or which is the best institute for selenium training or automation testing training? what is the selenium training cost To answer the above question Askme training Noida which provides the best Automation testing training in Noida and Delhi NCR Selenium with java training and the other answers are The Automation tool can’t replace the manual tester job at all. We have to first stable the application functionality from Manual testing. Automation testing can’t find the bug which we can find after testing the application manually and performing the different steps from our mind. Automation testing is not feasible for a short term project. Once application functionality is stable and every month build is going on live site then we can go for automation testing. Whenever any build is released to live site we have to make sure the existing functionality of the application is not affected due to new enhancement or bug fixes. We have a set of an important test case of a regression suite that is mandatory to run at least once before going live. To reduce the execution time cycle of regression testing we use automation testing. Yes, you need to learn to code to become an automation tester. We teach coding from basic to intermediate levels in a very effective and easy method. Our instructors are so confident that they can train to code any student whose analytical skill is good and ready to accept the challenge of the fear of coding. Askme offers Selenium with Python and Selenium with Java training in Noida courses. To start Selenium we first trained enough in coding in anyone of language i.e Python or Java then move into Selenium.that will help students to learn easily with this. Askme training is the best institute for automation testing training in Noida that provides Online software testing training courses and classes so you can learn selenium online that you don't need to get out of your home and learn from home and upgrade your skills and utilize this time for your benefits and well being also.
laddushashavali123
This automation framework is developed for my learning purpose, it supports for automating web application only. The automation framework is written with Java, Selenium and TestNG and it can: * Write TDD test * Write BDD test with Cucumber * Use the Page Object pattern * Run tests in parallel * Run tests remotely (Selenium Grid or a cloud testing provider) * Execute from Jenkins or any other CI tool * Capture and separate the test execution logs with logback * Work with SikuliX * Run jMetter test * Capture screen shoot after test or anytime to screenshoot folder * Automatically download browser driver (update resources/driver/RepositoryMap.xml for latest version)