I am Sopan Sagorkar, a Lead Test Automation Engineer passionate about Automation Testing.
Automation (noun): The act or process of converting the controlling of a machine or device to a more automatic system.
- 💻 I code in Java.
- 🌱 I’m currently learning Mobile App Automation and DevOps.
- 👯 I’m looking for different ways of Automation Process.
- 💬 Ask me about anything. If I didn't know maybe I will learn something new!
- ⚡ Fun fact: I talk less. I am a chill person with great humor and can give you life advice as well.
def 10YearsOfIT(self):
year = 10
prevWorkDone = 0
while(year<11):
workDone = int(input())
if workDone>prevWorkDone:
print("Keep it Up!")
else:
print("Real Tester starts from 0.")
prevWorkDone = workDone
print("Happy Testing!")
self.10YearsOfIT()