Skip to main content

Sivakumar Murali Krishnan

Sivakumar Murali Krishnan is a passionate automation tester with over a year of experience designing and executing automated test scripts to ensure software quality. He joined Perficient in June 2023 as an associate technical consultant. Sivakumar is skilled in using automation tools like Selenium Java, Cucumber, TOSCA automation, Rest Assured and Cypress Automation.

Blogs from this Author

Fi2

Cypress Automation: Tag-Based Parallel Execution with Custom Configuration

Custom Parallel Execution Using Tags: To enhance the performance of Cypress tests, running them in parallel is a proven approach. While Cypress offers a built-in parallel execution feature, a more flexible and powerful method is tag-based parallel execution using a custom configuration. This method allows to fine-tune which tests are executed concurrently, based on tags […]

Capture8

Selenium – Uploading a File Using Robot Class

Need For Robot Class: Selenium normally allows file uploads using the send Keys () method for file input fields. However, if the input field is not of type “file,” it might run into problems and here comes the Robot class. The Robot class, part of the java.awt package, helps you perform system-level events, pressing keys, […]