Forum Discussion

bgran05's avatar
bgran05
Occasional Contributor
8 years ago
Solved

How to refer to single unit test names for Selenium tests?

Hello, I followed the tutorial here to integrate my Selenium tests using Maven.   https://support.smartbear.com/testcomplete/docs/working-with/integration/with-selenium/overview.html   I have two...
  • bgran05's avatar
    8 years ago

    I found the answer. You refer to it as packagename.classname

     

    In my scenario, it would be packagename.FirstTestCase