-
Katlon Studio and Selenium with Docker | Software Testing Discussion Online | Saturday, May 26, 2018, 5:00 PM IST
Recorded stream: Presentations: Katalon studio for Web by Abhishek Roy Docker with Selenium by Thirumalai Vignesh The agenda of this hangout meetup will be as below. 1.) The meetup introduction What is this meetup? How to Join? 2.) Talks by Speakers with Q&A sessions (2 hours) ”Katalon studio for Web” by Abhishek Roy ”Docker with…
-
A Tester’s survival guide for agile transition and Appium introduction
Recorded Stream: If you have any question, suggestion or feedback, you can comment at the bottom of the page. Presentations: Software Testing Meetup #4, hosted by Mayur Shah A Testers Survival Guide for Agile Transition Mobile App automation using Appium by Gopi Kannan This is an online meetup. You can see presentations by speakers through…
-
Shift left Shift-right performance testing
This is an online meetup and you can view the live stream given below to listen to the meetup. If you have any question during the meetup, you can use the comment section at the bottom to ask a question. The agenda of this hangout will be as below. The meetup introduction What is this…
-
Agile Testing by ShriKant Vashishtha
The agenda of this hangout will be as below. 1.) Introduction to the meetup. (5 Min) 2.) Presentations by speakers Agile Testing by ShriKant Vashishtha 3.) Introduction to Software Testing Board and weekly mailing list (5 min) 4.) More volunteers onboarding process introduction. (5 min) Google Form: https://goo.gl/forms/jauippJFrX05aUPB3 Please feel free to message me or comment…
-
Introductory meetup | January 27th, 2018
YouTube: SlideShare: The first meetup, Introductions from Software Testing Board This is our first Hangout. Let’s get together and discuss the possibilities of future hangout agenda. Links: Contact: https://softwaretestingboard.com/contact-us/ Feedback: https://softwaretestingboard.com/send-feedback/ Facebook: http://facebook.com/softwaretestingboard Twitter: https://twitter.com/thisisstb LinkedIn: https://www.linkedin.com/showcase/13419388/ SlideShare: https://www.slideshare.net/software-testing-board/ Meetup: https://www.meetup.com/Software-Testing-Board-Chennai/ YouTube: https://www.youtube.com/channel/UCsYeNXtmx-_43CuCJvkixQA Subscription URL: http://tiny.cc/QAMailingList Past issues: http://tiny.cc/MLPastIssues
-
What is IOT testing?
Food, Shelter and clothes are not the only fundamental requirements of our lives. There is more on the list that has made our lives more comfortable and efficient. Humans now aspire things which are connected, things which can communicate with each other to function remarkably, and efficiently perform complex tasks. For instance, let’s assume it…
-
6 Productivity tools to invest in right now!
It is true that it’s the thoughts that make one wise and successful in life. When it comes to entrepreneurs and corporate personnel, it is practically not possible to have a calm mind. Also, they cannot find time for some spiritual activity either. So, what can you do to increase your productivity and get most…
-
Testing Decentralised-apps on Blockchain
2017 is almost over, and it is ending with the significant change in technology. We all are familiar with the Bitcoins. Bitcoins are the cryptocurrency, which is said to bring the substantial change in how we transact online. When trading with bitcoins not only the transaction is securely logged forever, but it also maintains user…
-
Clicking Check Box & Radio buttons
In all the example we have tried in the tutorial so far, we have not performed any action on “Checkbox” or “Radio Buttons”, Well in this tutorial we’ll see them all. Ideally “Checkbox” or “Radio Buttons” can be identified by simple “ID attributes”. But while doing actual automation that’s not the only thing we want.…
-
Different ways to identify element using Selenium WebDriver’s findElement method
We learned in “Locators In Selenium IDE” chapter and looked by example how to use this locator in the Selenium IDE with examples. To use the same locator in Selenium Webdriver the general syntax is below. driver.findElement(By.<locatorName> (“<<Identifier>>”)); Element location Strategy: The findElement methods take a locator value or it query object called ‘By’. In…