You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Selenium Users
I have written a test suite to execute all my test cases one after the other . But the problem is that while executing , its simultaneously taking the methods from both class one after the other and executing.(i mean instead of executing all the methods from one class and then proceed to next class it is combining both the class methods and executing at once)
This is the code i have written
Test suite
import unittest
from tests.Home.hamburger_test import hamburgerTest