Skip to content

Make Selenium Easy

And Keep It That Way

  • Home
  • Share
  • Toggle search form

TestNG Tutorials 36: Can a Test Method Return a Value in TestNG? – Make Selenium Easy

Posted on 05/06/2019 By admin

Hello Folks,

This is also an interview question. These questions are asked to know how much you can think on a scenario.

Question was, “Can a test method return a value? If yes, how can you use it?”.

Yes, a @Test annotated method can return a value but that method will not be considered as a test method for TestNG anymore i.e. TestNG will ignore that method. Let’s see an example:

Output:

Ofcourse, you can call @Test method inside another @Test method as below and can use returned value. But here @Test annotated method will be same as normal method as TestNG will not consider that and run by default.

Output:

Since TestNG follows best practices for unit testing, which means a unit test method should not have a return value. This is the reason a @Test annotated method which is returning a value is ignored by TestNG default run behaviour.

But you can force TestNG to include test methods which are returning values to be included in normal run. You need to set allow-return-values as true at suite level.  Update your testng xml as below:

Now run it and see output:

You can see TestNG included @Test method which is returning values. Not here that returned value is ignored here.

Where we can use this concept?

TestNG is a testing framework which can be used by both developers and testers. This concept can be used when you need to inherit an interface or abstract class and test its methods without changing method signatures.

More about TestNG in upcoming posts. Stay tuned.

If you have any doubt, feel free to comment below. If you like my posts, please like, comment, share and subscribe. #ThanksForReading

#HappySelenium

Uncategorized

Post navigation

Previous Post: June 2018 – Page 2 – Make Selenium Easy
Next Post: Hierarchy of Selenium Classes and Interfaces – Make Selenium Easy

Related Posts

image – Make Selenium Easy Uncategorized
March 12, 2019 – Make Selenium Easy Uncategorized
Tools To Find XPath In Chrome Browser Uncategorized
TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG Uncategorized
TestNG Tutorials 48: How to Pass Parameters of Different Datatypes in TestNG | Make Selenium Easy Uncategorized
Storing Web Table With Pagination Data Into List Of Map – Java Uncategorized

Recent Posts

  • Getting Started with Selenium 4: What Is New and How to Upgrade from Selenium 3
  • Manual Testing
  • Baby Steps To Become Efficient Selenium-Java Automation Tester
  • Features of Selenium 4.0.0 Release – Java Binding
  • Part 1: Handling Drop-down Created Using SELECT Tag In Selenium

Recent Comments

No comments to show.

Archives

  • April 2026
  • April 2025
  • March 2025
  • February 2025
  • January 2025
  • December 2024
  • November 2024
  • October 2024
  • September 2024
  • August 2024
  • April 2024
  • March 2024
  • February 2024
  • December 2023
  • October 2023
  • August 2023
  • November 2022
  • September 2022
  • August 2022
  • July 2022
  • May 2022
  • March 2022
  • October 2021
  • April 2021
  • March 2021
  • January 2021
  • December 2020
  • October 2020
  • September 2020
  • August 2020
  • June 2020
  • May 2020
  • April 2020
  • March 2020
  • February 2020
  • January 2020
  • December 2019
  • November 2019
  • October 2019
  • September 2019
  • August 2019
  • May 2019
  • December 2018
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • January 2018

Categories

  • Getting Started
  • Uncategorized

Copyright © 2026 Make Selenium Easy.

Powered by PressBook Masonry Dark