automation testing

  1. Automation23

    Question Need help with adjusting the existing method

    Hello everyone! I am doing mobile automation and facing some difficulties. Currently, I have a test that selects specific programs(behavioral health) and collects data for them. [Test] [TestCase("App", "Only goals", "test duration", "Baseline to Teaching - Frequency_V2"...
  2. P

    Question How to use aspect oriented programming concept in custom attributes to avoid writing try catch in methods

    Hello Team, In my tests, I want to introduce exception handling and if exception occurs, then to log error in extent report - So for that I'm thinking if I can use attribute using aspect oriented concept, but the only issue I'm facing is how do I access the logger, which is mentioned in...
  3. PRoshan

    Question even if the assert fails the execution should carry on

    I want a design pattern which could help me resolve the problem that even if one of the assert statement fails in the test case the rest should work. I know people would say write individual test cases, but its integration testing I want to use the unique id generated in the first step for...
Back
Top Bottom