Arun Vishwanathan
Senior Software Engineer
He
I work as a Senior Software Test Engineer in Machine learning and design tools and infrastructure for testing and product and quality sign-off. I lead various projects for quality testing in the team.
Achievements
Contributions
Identify when TDD, traditional, or hybrid testing best fits your environment to deliver high-quality software
AGI is a hypothetical form of AI that possesses human-level intelligence and can perform any intellectual task that a human can. Testing for AGI involves assessing its ability to learn, reason, adapt to new situations, and generalize knowledge across different domains
 TDD mainly comprises three cycles - the Red-Green-Refactor concept:
Red: To write a failing test that defines a desired behavior
Green: To write just enough code to make the test pass
Refactor: To improve the code while keeping all tests passing