Forum Discussion

madhupudota's avatar
madhupudota
Occasional Visitor
2 years ago

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" )

test

public void mappingMultipleTestCases() {}

No RepliesBe the first to reply