Hi there, I encountered an issue while attempting to run a test case in an early episode. It appears that I was unaware of the necessary steps to install TestNG, a testing framework. I believe it would have been helpful if the early episode had mentioned the need to install the TestNG plugin separately. This way, beginners like myself would have been made aware of this requirement. Thank you.
Nice tutorial, but I think you jumped too fast on test suite instead of showing more structure of framework, like page object and preconditions and postcondition structure. Anyway thanks
I was following every your step, but I got 4 passes, even though 3 passwords and logins are wrong...can you please help me identify the reason? Thnk you very much ! you are awesome!
It is because you are just making action like input password or click signin button which will passed without any verification point (atleast of the previous lesson)
You're the best I've seen on youtube. Love your work.
thank you
U r my favourite teacher ❤
Hi sir I'm grate Fan of you & your videos
Literally I'm waiting for mainframe testing 😍
Thank you sir!
Great Sir Awsome
thanks SIr
was this video about updating TestNg ????? because it seemed like so.. half of the video is about that only :(
Hi there,
I encountered an issue while attempting to run a test case in an early episode. It appears that I was unaware of the necessary steps to install TestNG, a testing framework. I believe it would have been helpful if the early episode had mentioned the need to install the TestNG plugin separately. This way, beginners like myself would have been made aware of this requirement.
Thank you.
Thanks Sir
Welcome.
Keep watching for more videos!
Why am i not getting suggestions while typing in the xml file?
i see your #7 video in which test-output file is not there and now in #8 video i am seeing test-output file. How you created that file sir?
thanks
You're welcome! Keep watching and sharing.
Can you explain with multiple test methods and classes
hi, how did you create test-output folder ? what is that used for ?
Test output is used for fail test cases which is taken by screenshot method...those failure test cases will be stored in test output folder
Nice tutorial, but I think you jumped too fast on test suite instead of showing more structure of framework, like page object and preconditions and postcondition structure.
Anyway thanks
how do i get this to work on vscode?
If we add testng in maven dependency then also we need do like this
Yes, thanks
I was following every your step, but I got 4 passes, even though 3 passwords and logins are wrong...can you please help me identify the reason? Thnk you very much ! you are awesome!
It is because you are just making action like input password or click signin button which will passed without any verification point (atleast of the previous lesson)