Search results for query: *

  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. Automation23

    How to handle null values in the database in c#

    Hello! I have a method that retrieves the first value of the first row in the first column from the database. Now I need to assert if it's a null value or not. In the database the value is NULL. Even if I assert is if it doesn't equal to null and then make it true. The code is passing. Here is...
  3. Automation23

    How to properly open SQL connection with a using statement and do basic data validation?

    Hello! I am new to database testing. I am doing mobile automation and I need to validate sent data in the database. I am trying to write a method that will open the db connection, do some implementation, and then close it. I need a method to return a value but I am stuck with it. So far I have...
  4. Automation23

    Resolved Establishing database connection with a using statement c#

    Hello everyone! I have two separate methods that open the connection and close it. But I need to implement a using statement. How can I establish the connection with a ‘using’ statement, so then I can implement database methods, validate the results, and then close/dispose the connection...
Back
Top Bottom