We have approximate 7 different configurations to test same test case present in test link. But we can Fail/Pass a test case once only in testlink.
Configuration like:-
Along with different resolutions
Now suppose my one testcase fail for mac safari but passing for IE then how I can execute the same testcase differently as per their configuration
Is there any solution for same so we can execute the same testcase multiple times with-in the same build, the only difference will be the configuration. I think may be using custom field but how?
My manager asked me to create different builds for all 7 configurations, Yes means 7 different build for each configuration for the same test plan which is not looking a good approach to me.
Any help would be appreciated
TestLink has a feature called Platform and that can be used achieve your requirement. First, you need to create required Platforms(TestProject--Platform Management) Ex. Mac OS - Safari Window 10 Then Add those Platforms to the TestPlan( Test Plan Contents --Add/Remove Platforms) Then select which Testcases need to run on which platform ( Test Plan Contents --Add/Remove Test Cases) Now Execute the Test Plan, It will show the Test Plan, Platform, Build to select and execute the Testcase Finally in reports( Test Result matrix) will show the TestCase Pass/ fail status under each platform.