madhupudota
2 years agoOccasional Visitor
How can i map many to one testcases with test methods in automation.
Hello this is regarding automation. We're trying to implement android tests using espresso and junit. And we're looking to annotate each test method with related testcase key/id.
Right now there is a way to map a test method with one single key but we're exploring an option of mapping multiple test case keys with single test method just like below.
@Testcase(key= "abc", "def" )
public void mappingMultipleTestCases() {}