Software Testing Mock Interview| Automation Testing Interview| RD Automation Learning

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 พ.ย. 2024

ความคิดเห็น • 9

  • @gowthamzacchaeus1780
    @gowthamzacchaeus1780 7 หลายเดือนก่อน +1

    Precondition Annotations
    @BeforeSuite: Executed before the test suite starts.
    @BeforeTest: Executed before each tag in the testng.xml file.
    @BeforeClass: Executed before the first test method in the current class.
    @BeforeMethod: Executed before each test method.

  • @bikashmoharana860
    @bikashmoharana860 7 หลายเดือนก่อน +5

    @BeforeTest is use in preconditions

  • @akshayparab6805
    @akshayparab6805 7 หลายเดือนก่อน +1

    it can be used in pre - requiesitc condition.FOR EG : browser launch , waits etc

  • @pragtigupta5675
    @pragtigupta5675 4 หลายเดือนก่อน

    Thanks a lot sir, very useful!!

  • @Shubhamp26
    @Shubhamp26 7 หลายเดือนก่อน

    @BeforeTest is used for creating an initial data set up and prior to running other test methods

  • @gowthamzacchaeus1780
    @gowthamzacchaeus1780 7 หลายเดือนก่อน

    @BeforeMethod: This annotation is used to specify a method that will be executed before each test method. It is often used to set up the test environment (e.g., opening a browser, connecting to a database).

  • @akshayvaidya2149
    @akshayvaidya2149 7 หลายเดือนก่อน +2

    Hii Sir Can U Create Seies Jenkins And Github Starting To End Pleas It lot Of Nessary

  • @moodoffbhubaneswar5486
    @moodoffbhubaneswar5486 2 หลายเดือนก่อน

    nope