Arun Vishwanathan
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.
🎂 MoTaBirthday | February 15, 2025
Detect where integration failures start using a simple, fast and innovative 5-point parallel search method
15 Jul
Identify when TDD, traditional, or hybrid testing best fits your environment to deliver high-quality software
27 May
Artificial General Intelligence - AGI
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
Test-Driven Development (TDD)
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