
Job Description
Kickstart your career with one of the most exciting Software Testing Jobs for Freshers in Chennai. EY Global Delivery Services is actively looking for passionate individuals to join their Wealth and Asset Management (WAM) practice as testing professionals. In this role, you will be the ultimate yardstick of quality, ensuring that software products are robust, scalable, and built to succeed. If you have a solid understanding of software lifecycles, a knack for solving complex problems, and want to explore QA Engineer jobs at a Big Four firm, this is your perfect launchpad. You will work alongside global teams, leveraging modern technology to make a real, meaningful impact on client businesses.
Role Overview
-
Join the dynamic Testing Services team under EY’s Consulting practice to ensure top-tier product quality.
-
Focus on the Wealth and Asset Management (WAM) sector, supporting global technology transformation projects.
-
Engage in the entire gamut of testing, encompassing business and user acceptance testing (UAT).
-
Collaborate in an agile, cross-border work environment to solve complex client issues.
-
Grow your career as QA Engineer jobs by combining functional, technical, and process skills to break and strengthen software systems.
Key Responsibilities
-
Execute end-to-end functional, technical, and process testing across various client applications.
-
Analyze business requirements to design, develop, and execute comprehensive test cases.
-
Actively support business testing and user acceptance testing (UAT) phases.
-
Identify, log, and accurately track defects to continuously improve software product quality.
-
Foster a collaborative approach within cross-functional agile teams to deliver timely solutions.
Qualifications
-
B.E. or B.Tech degree in Information Technology, Computer Science, or Circuit branches.
-
Must have secured a consistently strong academic record with 60% and above.
-
Candidates must have absolutely no active backlogs at the time of application.
-
Graduates from the 2024, 2025, or 2026 batches are highly preferred for this fresher off-campus drive.
Requirements for QA Engineer jobs
-
Technical Skills: Solid understanding of the Software Development Life Cycle (SDLC) and testing best practices.
-
Programming Basics: Familiarity with at least one programming language such as Java, .Net, or Python.
-
Database Knowledge: Basic knowledge of data analytics or databases like SQL, Oracle, or Teradata.
-
Behavioral Competencies: An agile mindset, an eye for detail, and the ability to multitask effectively.
-
Bonus Requirement: Prior internship experience in a relevant technology domain will be considered a strong added advantage.
Job Benefits
-
Comprehensive health insurance and wellness programs for you and your dependents.
-
World-class training, personalized learning journeys, and mentorship from industry leaders.
-
Flexible work culture promoting a healthy work-life balance and overall well-being.
-
Global exposure with opportunities to collaborate with international clients and diverse teams.
-
Competitive compensation packages, including performance-based bonuses and standard corporate perks.
FAQs
Q: Who can apply for this EY off-campus drive?
A: Engineering graduates (B.E./B.Tech) in IT, CS, or Circuit branches with over 60% marks and no active backlogs are perfectly eligible to apply.
Q: Do I need prior experience to apply?
A: No, this role is specifically aimed at freshers. However, having a relevant technology internship on your resume is a strong plus.
Q: What skills are tested during the interview process?
A: Expect technical questions around SDLC, basic programming (Java/.Net/Python), database fundamentals (SQL/Oracle), as well as aptitude and logical reasoning.
Q: Is this a remote or work-from-home job?
A: This specific position is based out of the EY Global Delivery Services office in Chennai, so candidates must be open to an on-site or hybrid working model.
Q: What is the typical selection process for this off-campus role at EY? A: The process generally involves an online assessment (covering quantitative aptitude, logical reasoning, and basic coding/technical fundamentals), followed by a technical interview focusing on software testing concepts and databases, and concludes with a HR discussion.
Q: Will training be provided for the Wealth and Asset Management (WAM) domain specifically? A: Yes. EY offers an extensive onboarding and structured training program for freshers. You will receive dedicated training covering both software testing methodologies and the core functional concepts of the financial wealth management industry before being deployed to active client projects.
Why Join EY ?
1. Unlimited Up-Skilling with the “EY Badges” Program
2. Unmatched Global Scale & High-Impact Projects
3. Clear, Structured Career Progression
4. Culture of Flexibility, Well-being, and Inclusion
About EY
About EY Ernst & Young is a global leader in assurance, tax, consulting, and transaction services, driving large-scale digital transformation for the world's most influential enterprises. Through its advanced technology consulting divisions and Global Delivery Services (GDS) hubs, the firm leverages cutting-edge cloud architectures, artificial intelligence, and data analytics to solve complex business challenges. Launching your professional journey here as...
View Company Profile →Top Interview Questions
Prepare with commonly asked questions for this role
Verification is the process of checking documentation, designs, and code structure to ensure that the product is being built according to the specified requirements (it answers, "Are we building the product right?"). It involves static techniques like reviews and walkthroughs. Validation, on the other hand, is the actual execution of the software to test its functionality against user expectations (it answers, "Are we building the right product?").
A bug life cycle represents the specific stages a defect goes through from discovery to closure. It starts as New when a tester finds it, then moves to Assigned when given to a developer. If the developer acknowledges it, it becomes Open. Once fixed, the status changes to Ready for QA. The tester then retests it; if it passes, it is marked Closed, and if it fails, it is Reopened.
UAT is the final phase of software testing performed by end-users or clients to ensure the system handles real-world business scenarios effectively before going live. In Wealth and Asset Management, UAT is critical because even minor technical glitches can lead to massive financial miscalculations, regulatory compliance failures, or incorrect investment reporting. It ensures the software strictly aligns with complex financial logic.
A good test case must be clear, concise, and atomic (testing one specific thing). It should include a unique Test Case ID, a Description of what is being tested, Pre-conditions (prerequisites), detailed Test Steps, Test Data (inputs used), the Expected Result, the Actual Result (filled post-execution), and the final Status (Pass/Fail).
Both are black-box test design techniques used to reduce test case numbers while maintaining coverage. Equivalence Partitioning divides the input data into equal logical classes where the software is expected to behave similarly. Boundary Value Analysis focuses strictly on testing the edges or boundaries of these partitions (e.g., maximum, minimum, just inside, and just outside values), as errors are most frequently found at these extreme points.
