Thanks for this video Chandan ,executing our test cases in parallel mode on top of methods, classes , testes . Thanks for this
@chandanguptaSDET3 жыл бұрын
Welcome Kondu Venkata Rao
@AyyAppA_0093 жыл бұрын
Thanks Chandan...👍
@aswin1423 жыл бұрын
nice videos chandan...makes clear to me ....very helpful ...keep go on like this and make some useful stuff which can help others
@motivationalhuntproduction89383 жыл бұрын
Superb
@ashfaqdhanakwala15183 жыл бұрын
In your previous video where you explained parallel concept for each test tag we were having one thread but in this case you there were 2 test tags and you did not mention thread count then how did it start both the browsers parallely
@archanamanoharan45223 жыл бұрын
Hi sir one doubt is it possible for data driven and cross browser check in single test case
@priyanka_chaudhari Жыл бұрын
Actually i m trying to this cross browser testing code with chrome and Firefox but only my chrome driver is running and i m getting issue in Firefox idk what is an issue since I downloaded gecko driver correctly and set path too plz suggest any solution?
@chandanguptaSDET Жыл бұрын
Hi Priyanka , please use latest selenium version, you would not need to add or download browser specific drivers. It wll handle them automatically
@priyanka_chaudhari Жыл бұрын
@@chandanguptaSDET yes , thanks 😇now it's working but prblm is I took two @Test annotations in testNG class so both are working fine in chrome but in Firefox second test case is showing failed idk what is reason?
@chandanguptaSDET Жыл бұрын
Check the stacktrace/logs, the reason must be printed