in Education by
Closed. This question is opinion-based. It is not currently accepting answers. Want to improve this question? Update the question so it can be answered with facts and citations by editing this post. Closed 5 years ago. Improve this question I'm going to test a complex scenario which expects several other steps to have performed prior to it. For example , it can be equivalent to have proper data in a warehouse before goods are taken our from it. So in order for fetching to happen, it must first be made sure that there are products in the warehouse and there is a fetch-order. There may be seperate screens to insert products to the warehouse. So before I start testing the fetch scenarios i have to be ready with those. What would be the best method to be ready with this data? I basically could think of two options. Go through the actual screens to prepare the data. Have a DB snapshot with prepared data to perform the wanted scenario. I'm not sure which way I should move forward and would like to hear similar experiences from the people who have tried something like this. JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
The other thing you could do is have a framework that inserts that data into the database. This way it can be reused in other scenarios and would be quicker than restoring a database every scenario

Related questions

0 votes
    Calculate the amound of benzoic acid (C6H5COOH) required for preparing 250mL of 0.15M solution in methanol. Select the correct answer from above options...
asked Jan 5, 2022 in Education by JackTerrance
0 votes
    what are the things that we should keep in mind while preparing presentation Select the correct answer from above options...
asked Dec 28, 2021 in Education by JackTerrance
0 votes
    You are preparing a report on visiting of IT Job Fair at Pragati Maidan. You have done wrong formatting in that ... deleting the text? Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    Scenario is used in file for _____________. A. defines feature B. define description C. business rule D. None of these...
asked Dec 10, 2022 in Technology by JackTerrance
0 votes
    I have a scenario where my hypothesis fits my training set well but fails to generalize for the test set. What ... (2)Overfitting (3)Generalization Failure (4)None of the options...
asked May 20, 2021 in Technology by JackTerrance
0 votes
    What is the language used for expressing scenario in Cucumber feature file ?...
asked Nov 16, 2020 in Technology by JackTerrance
0 votes
    const navLink = document.querySelectorAll(".nav-link"); navLink.forEach((link) => link.addEventListener(" ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    const navLink = document.querySelectorAll(".nav-link"); navLink.forEach((link) => link.addEventListener(" ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 5, 2022 in Education by JackTerrance
0 votes
    const navLink = document.querySelectorAll(".nav-link"); navLink.forEach((link) => link.addEventListener(" ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 2, 2022 in Education by JackTerrance
0 votes
    describe a scenario where all major factors of effective communication come in effect. Select the correct answer from above options...
asked Dec 17, 2021 in Education by JackTerrance
0 votes
    ____________ is a scenario when information is accessed without authorization. (a) Data infiltration (b) Data Hack (c) ... questions and answers pdf, mcq on Cyber Security pdf,...
asked Nov 4, 2021 in Education by JackTerrance
0 votes
    What is Scenario Outline in feature file in Cucumber?...
asked Nov 16, 2020 in Technology by JackTerrance
...