Posts

Showing posts from June, 2020

Course Completed: Introduction to Robot Framework on Test Automation University

Image
Completed the course on " Robot Framework Test Automation " from  TestAutomationU . Thank you  Paul Merrill , Instructor for the Course. Why I did this course? It's always a good thing to learn from different people from the Industry And This course helped me to learn few new concepts. Why Robot Framework? This helps testers to write test cases in human-readable format, and execute them with this automation tool. It requires little to no programming experience. Github :   https://github.com/srinivasskc/robot-framework-testautomationu

TRIBAL QONF - The Testing Conference by The Test Tribe [Virtual] : 27-28 June | 2020

Image
If in case, you have not heard about this conference from the Testers Community - The Test Tribe. Do check out this link:   https://www.thetesttribe.com/tribalqonf-virtual-2020/ Topics ranging #Testing , #Leadership , #Security , #Automation , #AI , #ML , #DevOps , #LateralThinking , #Analytics , #Programming and more 20 Amazing Speakers 🔥 | 2 Days 🔥 Talks ✅ | Micro Workshop ✅ | Expert Panel ✅ | Fireside Chat ✅ | Networking ✅ What is TRIBAL QONF all about? Who are the Speakers? You might have heard about them. You might have listened to them earlier. Now, all speakers at one Test Conference. Agenda for the Conference: It is a 2-Day conference. Getting Excited? Here is the Agenda.. Click Image to Book Now. I also have a small discount coupon for you - TTTQONF1 While booking for the conference, Do Mention my name: "Srinivas Kad

Python Modules: Platform

Image
platform — Access to underlying platform’s identifying data URL: https://docs.python.org/3/library/platform.html After importing platform, we can call functions from Platform Module.

Becoming Tech Awareness: Robot Framework Automation , Jenkins and Reporting

Image
Yes! ... I did my start on learning Automation using "Robot Framework Automation" in the month of May. Robot Framework:  https://robotframework.org/ As I was trying to understand and learn about "Robot Framework Automation Tool", I have done the course on Udemy. This course was done to understand "How Test Automation is done in DevOps" Course Name:  Robot Framework : Code management(GIT) + Jenkins Integration https://www.udemy.com/course/robot-framework-jenkins-integration/ This includes:  Git and GitHub introduction, Jenkins Setup on windows machine, Allure reporting Code is available in Github: https://github.com/srinivasskc/RobotFramework_Learning

Becoming Tech Awareness: Learning Python and Github

Image
One of my recent goals to learn a new programming language other than Java (I am not proficient in Java, but I failed to learn it multiple times) For this challenge I chose "Python", as Multi-Dynamic Programming Language. I thought of starting to read and learn from the books. But I felt Udemy provides Basic Knowledge, which it help me proceed with doing the Kick Start on Python and then get on to books for In Depth Knowledge. Course #1: I did Python Programming course from "Test Automation University" This course motivated me to learn and practice more on "Python" I did this course in the month of April. May???... yeah! - I did some another learning, I will post in another blogpost 😀 Course #2:  I have chosen "Python 3.8 for beginners 2020" Udemy Course https://www.udemy.com/course/python-bootcamp-for-beginners-2020/   I did this course in the month of June. During this process, I learnt commit and Push the code to Github frequently. All my cod