Academic literature on the topic 'Testing oracle'
Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles
Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Testing oracle.'
Next to every source in the list of references, there is an 'Add to bibliography' button. Press on it, and we will generate automatically the bibliographic reference to the chosen work in the citation style you need: APA, MLA, Harvard, Chicago, Vancouver, etc.
You can also download the full text of the academic publication as pdf and read online its abstract whenever available in the metadata.
Journal articles on the topic "Testing oracle"
Tiwari, Vijay Kumar. "Oracle Database Backup Testing." International Journal of Trend in Scientific Research and Development Volume-2, Issue-3 (April 30, 2018): 2043–44. http://dx.doi.org/10.31142/ijtsrd11572.
Full textZhang, Mingzhe, Yunzhan Gong, Yawen Wang, and Dahai Jin. "Path-Sensitive Oracle Data Selection via Static Analysis." Electronics 10, no. 2 (January 7, 2021): 110. http://dx.doi.org/10.3390/electronics10020110.
Full textZhang, Mingzhe, Yunzhan Gong, Yawen Wang, and Dahai Jin. "Path-Sensitive Oracle Data Selection via Static Analysis." Electronics 10, no. 2 (January 7, 2021): 110. http://dx.doi.org/10.3390/electronics10020110.
Full textSardharwalla, Imdad S. B., Sergii Strelchuk, and Richard Jozsa. "Quantum conditional query complexity." Quantum Information and Computation 17, no. 7&8 (May 2017): 541–67. http://dx.doi.org/10.26421/qic17.7-8-1.
Full textBrown, D. B., R. F. Roggio, J. H. Cross, and C. L. McCreary. "An automated oracle for software testing." IEEE Transactions on Reliability 41, no. 2 (June 1992): 272–80. http://dx.doi.org/10.1109/24.257793.
Full textSun, Chang-ai, Guan Wang, Baohong Mu, Huai Liu, ZhaoShun Wang, and T. Y. Chen. "A Metamorphic Relation-Based Approach to Testing Web Services Without Oracles." International Journal of Web Services Research 9, no. 1 (January 2012): 51–73. http://dx.doi.org/10.4018/jwsr.2012010103.
Full textLi, Nan, and Jeff Offutt. "Test Oracle Strategies for Model-Based Testing." IEEE Transactions on Software Engineering 43, no. 4 (April 1, 2017): 372–95. http://dx.doi.org/10.1109/tse.2016.2597136.
Full textDan, H., and R. M. Hierons. "The Oracle Problem When Testing from MSCs." Computer Journal 57, no. 7 (June 10, 2013): 987–1001. http://dx.doi.org/10.1093/comjnl/bxt055.
Full textSHUKLA, RAKESH, PAUL STROOPER, and DAVID CARRINGTON. "A FRAMEWORK FOR STATISTICAL TESTING OF SOFTWARE COMPONENTS." International Journal of Software Engineering and Knowledge Engineering 17, no. 03 (June 2007): 379–405. http://dx.doi.org/10.1142/s021819400700329x.
Full textBarr, Earl T., Mark Harman, Phil McMinn, Muzammil Shahbaz, and Shin Yoo. "The Oracle Problem in Software Testing: A Survey." IEEE Transactions on Software Engineering 41, no. 5 (May 1, 2015): 507–25. http://dx.doi.org/10.1109/tse.2014.2372785.
Full textDissertations / Theses on the topic "Testing oracle"
Sandhu, Harjinder. "Relational specification as a testing oracle." Morgantown, W. Va. : [West Virginia University Libraries], 2001. http://etd.wvu.edu/templates/showETD.cfm?recnum=1849.
Full textTitle from document title page. Document formatted into pages; contains vi, 75 p. : ill. (some col.). Includes abstract. Includes bibliographical references (p. 53-54).
Machado, Patricia D. L. "Testing from structured algebraic specifications : the oracle problem." Thesis, University of Edinburgh, 2000. http://hdl.handle.net/1842/378.
Full textKudari, Sheetal. "An Ontology-based Automated Test Oracle Comparator for Testing Web Applications." Thesis, Malmö högskola, Fakulteten för teknik och samhälle (TS), 2011. http://urn.kb.se/resolve?urn=urn:nbn:se:mau:diva-20586.
Full textBångerius, Sebastian, and Felix Fröberg. "Functional testing of an Android application." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2016. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-131936.
Full textPobuda, Tomáš. "Ladění a testování databázových systémů pro potřeby digitálního archivu SAFE." Master's thesis, Vysoká škola ekonomická v Praze, 2008. http://www.nusl.cz/ntk/nusl-165222.
Full textCastañeda, Lozano Roberto. "Constraint Programming for Random Testing of a Trading System." Thesis, KTH, Programvaru- och datorsystem, SCS, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-44908.
Full textWinner of the Swedish AI Society's prize for the best AI Master's Thesis 2010.
Benharrat, Nassim. "Model-Based Testing of Timed Distributed Systems : A Constraint-Based Approach for Solving the Oracle Problem." Thesis, Université Paris-Saclay (ComUE), 2018. http://www.theses.fr/2018SACLC021/document.
Full textModel-based testing of reactive systems is the process of checking if a System Under Test (SUT) conforms to its model. It consists of handling both test data generation and verdict computation by using models. We specify the behaviour of reactive systems using Timed Input Output Symbolic Transition Systems (TIOSTS) that are timed automata enriched with symbolic mechanisms to handle data. When TIOSTSs are used to test systems with a centralized interface, the user may completely order events occurring at this interface (i.e., inputs sent to the system and outputs produced from it). Interactions between the tester and the SUT are sequences of inputs and outputs named traces, separated by delays in the timed framework, to form so-called timed traces. Distributed systems are collections of communicating local components which interact with their environment at physically distributed interfaces. Interacting with such a distributed system requires exchanging values with it by means of several interfaces in the same testing process. Different events occurring at different interfaces cannot be ordered any more. This thesis focuses on conformance testing for distributed systems where a separate tester is placed at each localized interface and may only observe what happens at this interface. We assume that there is no global clock but only local clocks for each localized interface. The semantics of such systems can be seen as tuples of timed traces. We consider a framework for distributed testing from TIOSTS along with corresponding test hypotheses and a distributed conformance relation called dtioco. Global conformance can be tested in a distributed testing architecture using only local testers without any communication between them. We propose an algorithm to check communication policy for a tuple of timed traces by formulating the verification of message passing in terms of Constraint Satisfaction Problem (CSP). Hence, we were able to implement the computation of test verdicts by orchestrating both localised off-line testing algorithms and the verification of constraints defined by message passing that can be supported by a constraint solver. Lastly, we validated our approach on a real case study of a telecommunications distributed system
Fong, Fredric, and Mustafa Raed. "Performance comparison of GraalVM, Oracle JDK andOpenJDK for optimization of test suite execution time." Thesis, Mittuniversitetet, Institutionen för data- och systemvetenskap, 2021. http://urn.kb.se/resolve?urn=urn:nbn:se:miun:diva-43169.
Full textAgarwal, Deepam. "A comparative study of artificial neural networks and info fuzzy networks on their use in software testing." [Tampa, Fla.] : University of South Florida, 2004. http://purl.fcla.edu/fcla/etd/SFE0000445.
Full textSieber, Lukáš. "Návrh frameworku pro automatické testování webových stránek." Master's thesis, Vysoké učení technické v Brně. Fakulta elektrotechniky a komunikačních technologií, 2014. http://www.nusl.cz/ntk/nusl-221042.
Full textBooks on the topic "Testing oracle"
Testing spoken language: A handbook of oral testing techniques. Cambridge [Cambridgeshire]: Cambridge University Press, 1987.
Find full textPerron, Denise. Didactique de la compréhension orale et sensibilisation aux variétés de la langue espagnole orale: Expérience d'enseignement en langue étrangère. Québec: Centre international de recherche en aménagement linguistique, 1996.
Find full textMorreale, Sherwyn P. Large scale assessment in oral communication: P-12 and higher education. 3rd ed. Washington, D.C: National Communication Association, 2007.
Find full textSaleva, Maija. Now they're talking: Testing oral proficiency in a language laboratory. Jyväskylä [Finland]: University of Jyväskylä, 1997.
Find full textBeckert, Werner F. Protocol for the analysis of 2,3,7,8-tetrachlorodibenzo-p-dioxin by high-resolution gas chromatography/high-resolution mass spectrometry. Las Vegas, NV: U.S. Environmental Protection Agency, Environmental Monitoring Systems Laboratory, 1986.
Find full textTolley, Harry. How to pass verbal reasoning tests: Tests involving missing words, word links, word swap, hidden sentences and verbal logical reasoning. 4th ed. London: Kogan Page, 2010.
Find full textJohnson, Marysia. The art of nonconversation: A reexamination of the validity of the oral proficiency interview. New Haven: Yale University Press, 2001.
Find full textInterviewer variability in oral proficiency interviews. Frankfurt am Main: P. Lang, 2006.
Find full textBryant, Brian R. Gray diagnostic reading tests. 2nd ed. Austin, Tex: PRO-ED, 2004.
Find full textBook chapters on the topic "Testing oracle"
Bales, Donald J. "Testing." In Beginning Oracle PL/SQL, 257–326. Berkeley, CA: Apress, 2015. http://dx.doi.org/10.1007/978-1-4842-0737-6_8.
Full textCurtis, Daniel. "Automated Unit Testing." In Practical Oracle JET, 221–30. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4346-6_13.
Full textMorton, Karen, Kerry Osborne, Robyn Sands, Riyaj Shamsudeen, and Jared Still. "Testing and Quality Assurance." In Pro Oracle SQL, 465–95. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3229-2_15.
Full textMorton, Karen, Kerry Osborne, Robyn Sands, Riyaj Shamsudeen, and Jared Still. "Testing and Quality Assurance." In Pro Oracle SQL, 425–51. Berkeley, CA: Apress, 2013. http://dx.doi.org/10.1007/978-1-4302-6221-3_15.
Full textWebb, Erika, Ultan O’Broin, Ray Matsil, Laurie Pattison, and Mindi Cummins. "Oracle Mobile User Assistance Testing." In Lecture Notes in Computer Science, 687–95. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-21675-6_78.
Full textJuneau, Josh, and Matt Arena. "Unit Testing With utPLSQL." In Oracle and PL/SQL Recipes, 361–90. Berkeley, CA: Apress, 2010. http://dx.doi.org/10.1007/978-1-4302-3208-7_17.
Full textHeller, Jon. "Increase Confidence and Knowledge with Testing." In Pro Oracle SQL Development, 51–75. Berkeley, CA: Apress, 2019. http://dx.doi.org/10.1007/978-1-4842-4517-0_3.
Full textVallath, Murali. "Testing for Availability." In Expert Oracle RAC Performance Diagnostics and Tuning, 55–85. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-6710-2_3.
Full textVallath, Murali. "Testing for Scalability." In Expert Oracle RAC Performance Diagnostics and Tuning, 87–110. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-6710-2_4.
Full textVallath, Murali. "Real Application Testing." In Expert Oracle RAC Performance Diagnostics and Tuning, 111–43. Berkeley, CA: Apress, 2014. http://dx.doi.org/10.1007/978-1-4302-6710-2_5.
Full textConference papers on the topic "Testing oracle"
Belknap, Peter, Uri Shaft, Leng Tan, Venkateshwaran Venkataramani, Yujun Wang, Graham Wood, Khaled Yagoub, et al. "Oracle real application testing." In the 1st international workshop. New York, New York, USA: ACM Press, 2008. http://dx.doi.org/10.1145/1385269.1385271.
Full textStaats, Matt, Michael W. Whalen, and Mats P. E. Heimdahl. "Better testing through oracle selection." In Proceeding of the 33rd international conference. New York, New York, USA: ACM Press, 2011. http://dx.doi.org/10.1145/1985793.1985936.
Full textMottu, Jean-Marie, Benoit Baudry, and Yves Le Traon. "Model transformation testing: oracle issue." In 2008 IEEE International Conference on Software Testing Verification and Validation Workshop. IEEE, 2008. http://dx.doi.org/10.1109/icstw.2008.27.
Full textJahangirova, Gunel. "Oracle problem in software testing." In ISSTA '17: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2017. http://dx.doi.org/10.1145/3092703.3098235.
Full textJahangirova, Gunel, David Clark, Mark Harman, and Paolo Tonella. "Test oracle assessment and improvement." In ISSTA '16: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2016. http://dx.doi.org/10.1145/2931037.2931062.
Full textJahangirova, Gunel, David Clark, Mark Harman, and Paolo Tonella. "OASIs: oracle assessment and improvement tool." In ISSTA '18: International Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3213846.3229503.
Full textSvendsen, Andreas, Øystein Haugen, and Birger Møller-Pedersen. "Specifying a testing oracle for train stations." In the 8th International Workshop. New York, New York, USA: ACM Press, 2011. http://dx.doi.org/10.1145/2095654.2095661.
Full textRichardson, Debra J. "TAOS: Testing with Analysis and Oracle Support." In the 1994 international symposium. New York, New York, USA: ACM Press, 1994. http://dx.doi.org/10.1145/186258.187158.
Full textYu, Tingting, Xiao Qu, Mithun Acharya, and Gregg Rothermel. "Oracle-based Regression Test Selection." In 2013 IEEE Sixth International Conference on Software Testing, Verification and Validation (ICST). IEEE, 2013. http://dx.doi.org/10.1109/icst.2013.34.
Full textSchuler, David, and Andreas Zeller. "Assessing Oracle Quality with Checked Coverage." In 2011 IEEE Fourth International Conference on Software Testing, Verification and Validation (ICST). IEEE, 2011. http://dx.doi.org/10.1109/icst.2011.32.
Full textReports on the topic "Testing oracle"
Sniegoski, Lorna T., Jocelyn Waddell, Michael J. Welch, Alim A. Fatah, Mae Gackstetter, and Robert Q. Thompson. Evaluation of oral fluid testing devices. Gaithersburg, MD: National Institute of Standards and Technology, 2009. http://dx.doi.org/10.6028/nist.ir.7585.
Full textLee, Maxwell. Tower Testing and Development for CDMS SNOLAB - Oral Presentation. Office of Scientific and Technical Information (OSTI), August 2015. http://dx.doi.org/10.2172/1213186.
Full textKelvin, Elizabeth A., Eva Mwai, Matthew L Romo, Gavin George, Kaymarlin Govender, Joanne E. Mantell, Michael Strauss, Eston N. Nyaga, and Jacob O. Odhiambo. Evaluating oral HIV self-testing to increase HIV testing uptake among truck drivers in Kenya. International Initiative for Impact Evaluation, July 2017. http://dx.doi.org/10.23846/tw2206.
Full textA Kelvin, Elizabeth, Eva Mwai, Matthew L Romo, Gavin George, Kaymarlin Govender, Joanne E Mantell, Michael Strauss, Eston N Nyaga, and Jacob O Odhiambo. Evaluating oral HIV self-testing to increase HIV testing uptake among truck drivers in Kenya. International Initiative for Impact Evaluation (3ie), July 2017. http://dx.doi.org/10.23846/tw2206cuny.
Full textAlbornoz, Jorge T. Field Testing of Meningococcal Group B Vaccine and Oral Cholera Vaccine. Fort Belvoir, VA: Defense Technical Information Center, October 1995. http://dx.doi.org/10.21236/ada324898.
Full textHensen, Bernadette, Helen Ayles, Chama Mulubwa, Sian Floyd, Ab Schaap, Bwalya Chiti, Mwelwa Phiri, et al. Community-based distribution of oral HIV self-testing kits: experimental evidence from Zambia. International Initiative for Impact Evaluation (3ie), November 2018. http://dx.doi.org/10.23846/tw2ie86.
Full text