Real Interview Questions and marks
1. Automation Expertise Question: Describe a challenging automation project you worked on. What was your approach? The most challenging automation project was when I got a chance to work on robot framework for one of customer POCs, I created few automation test suites with nearly 100 test cases and executed using robot framework. We had also implemented STC collaboration with it using Python APIs. It was first experience for me when I had done research on robot framework working and driven the entire process and trained team with this new framework. Great Experience though !! 2. Knowledge of Frameworks Question: How would you set up a test suite using Robot Framework? Test suite can be setup using libraries, keywords, variables and multiple tests. 3. Python Programming Skills Question: Write a Python program to reverse a string. a="Suchitra" print(a[::-1]) 4. Problem-Solving Skills Question: How would you automate a repetitive task that involves data extraction and reporting?...