Academic literature on the topic 'Random testing'

Create a spot-on reference in APA, MLA, Chicago, Harvard, and other styles

Select a source type:

Consult the lists of relevant articles, books, theses, conference reports, and other scholarly sources on the topic 'Random testing.'

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 "Random testing"

1

CHAN, KWOK PING, TSONG YUEH CHEN, and DAVE TOWEY. "RESTRICTED RANDOM TESTING: ADAPTIVE RANDOM TESTING BY EXCLUSION." International Journal of Software Engineering and Knowledge Engineering 16, no. 04 (2006): 553–84. http://dx.doi.org/10.1142/s0218194006002926.

Full text
Abstract:
Restricted Random Testing (RRT) is a new method of testing software that improves upon traditional Random Testing (RT) techniques. Research has indicated that failure patterns (portions of an input domain which, when executed, cause the program to fail or reveal an error) can influence the effectiveness of testing strategies. For certain types of failure patterns, it has been found that a widespread and even distribution of test cases in the input domain can be significantly more effective at detecting failure compared with ordinary RT. Testing methods based on RT, but which aim to achieve even and widespread distributions, have been called Adaptive Random Testing (ART) strategies. One implementation of ART is RRT. RRT uses exclusion zones around executed, but non-failure-causing, test cases to restrict the regions of the input domain from which subsequent test cases may be drawn. In this paper, we introduce the motivation behind RRT, explain the algorithm and detail some empirical analyses carried out to examine the effectiveness of the method. Two versions of RRT are presented: Ordinary RRT (ORRT) and Normalized RRT (NRRT). The two versions share the same fundamental algorithm, but differ in their treatment of non-homogeneous input domains. Investigations into the use of alternative exclusion shapes are outlined, and a simple technique for reducing the computational overheads of RRT, prompted by the alternative exclusion shape investigations, is also explained. The performance of RRT is compared with RT and another ART method based on maximized minimum test case separation (DART), showing excellent improvement over RT and a very favorable comparison with DART.
APA, Harvard, Vancouver, ISO, and other styles
2

Wu, Huayao, Changhai Nie, Justyna Petke, Yue Jia, and Mark Harman. "An Empirical Comparison of Combinatorial Testing, Random Testing and Adaptive Random Testing." IEEE Transactions on Software Engineering 46, no. 3 (2020): 302–20. http://dx.doi.org/10.1109/tse.2018.2852744.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Landauer, A. A., and J. R. Johnstone. "Random breath‐testing." Medical Journal of Australia 142, no. 4 (1985): 283. http://dx.doi.org/10.5694/j.1326-5377.1985.tb113352.x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Linklater, Dawn R. "Random breath‐testing." Medical Journal of Australia 142, no. 7 (1985): 427. http://dx.doi.org/10.5694/j.1326-5377.1985.tb133178.x.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Chen, Tsong Yueh, and Robert Merkel. "Quasi-Random Testing." IEEE Transactions on Reliability 56, no. 3 (2007): 562–68. http://dx.doi.org/10.1109/tr.2007.903293.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Loo, PS, and WK Tsai. "Random testing revisited." Information and Software Technology 30, no. 7 (1988): 402–17. http://dx.doi.org/10.1016/0950-5849(88)90037-7.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Nie, Changhai, Huayao Wu, Xintao Niu, Fei-Ching Kuo, Hareton Leung, and Charles J. Colbourn. "Combinatorial testing, random testing, and adaptive random testing for detecting interaction triggered failures." Information and Software Technology 62 (June 2015): 198–213. http://dx.doi.org/10.1016/j.infsof.2015.02.008.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Liu, Huai, Fei-Ching Kuo, and Tsong Yueh Chen. "Comparison of adaptive random testing and random testing under various testing and debugging scenarios." Software: Practice and Experience 42, no. 8 (2011): 1055–74. http://dx.doi.org/10.1002/spe.1113.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Mrozek, Ireneusz, and Vyacheslav Yarmolik. "Multiple Controlled Random Testing*." Fundamenta Informaticae 144, no. 1 (2016): 23–43. http://dx.doi.org/10.3233/fi-2016-1322.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Liu, Huai, and Tsong Yueh Chen. "Randomized Quasi-Random Testing." IEEE Transactions on Computers 65, no. 6 (2016): 1896–909. http://dx.doi.org/10.1109/tc.2015.2455981.

Full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Dissertations / Theses on the topic "Random testing"

1

Oftedal, Kristian. "Random Testing versus Partition Testing." Thesis, Norges teknisk-naturvitenskapelige universitet, Institutt for datateknikk og informasjonsvitenskap, 2011. http://urn.kb.se/resolve?urn=urn:nbn:no:ntnu:diva-13985.

Full text
Abstract:
The difference between Partition Testing and Random Testing has been thoroughlyinvestigated theoretically. In this thesis we present a practical study ofthe differences between random testing and partition testing. Thestudy is performed on the open-source project Buddi with JUnit and Randoop as test tools. The comparisonis made with respect to coverage rate and fault rate. The resultsare discussed and analyzed. The observed differences are statisticallysignificant at the 10% level with respect to coverage rate, in favour ofpartition testing, and not statistically significant at the 10% level withrespect to the fault rate.
APA, Harvard, Vancouver, ISO, and other styles
2

Pacheco, Carlos Ph D. Massachusetts Institute of Technology. "Directed random testing." Thesis, Massachusetts Institute of Technology, 2009. http://hdl.handle.net/1721.1/53297.

Full text
Abstract:
Thesis (Ph. D.)--Massachusetts Institute of Technology, Dept. of Electrical Engineering and Computer Science, 2009.<br>Cataloged from PDF version of thesis.<br>Includes bibliographical references (p. 155-162).<br>Random testing can quickly generate many tests, is easy to implement, scales to large software applications, and reveals software errors. But it tends to generate many tests that are illegal or that exercise the same parts of the code as other tests, thus limiting its effectiveness. Directed random testing is a new approach to test generation that overcomes these limitations, by combining a bottom-up generation of tests with runtime guidance. A directed random test generator takes a collection of operations under test and generates new tests incrementally, by randomly selecting operations to apply and finding arguments from among previously-constructed tests. As soon as it generates a new test, the generator executes it, and the result determines whether the test is redundant, illegal, error-revealing, or useful for generating more tests. The technique outputs failing tests pointing to potential errors that should be corrected, and passing tests that can be used for regression testing. The thesis also contributes auxiliary techniques that post-process the generated tests, including a simplification technique that transforms a, failing test into a smaller one that better isolates the cause of failure, and a branch-directed test generation technique that aims to increase the code coverage achieved by the set of generated tests. Applied to 14 widely-used libraries (including the Java JDK and the core .NET framework libraries), directed random testing quickly reveals many serious, previously unknown errors in the libraries. And compared with other test generation tools (model checking, symbolic execution, and traditional random testing), it reveals more errors and achieves higher code coverage.<br>(cont.) In an industrial case study, a test team at Microsoft using the technique discovered in fifteen hours of human effort as many errors as they typically discover in a person-year of effort using other testing methods.<br>by Carlos Pacheco.<br>Ph.D.
APA, Harvard, Vancouver, ISO, and other styles
3

Kuo, Fei-Ching, and n/a. "On adaptive random testing." Swinburne University of Technology, 2006. http://adt.lib.swin.edu.au./public/adt-VSWT20061109.091517.

Full text
Abstract:
Adaptive random testing (ART) has been proposed as an enhancement to random testing for situations where failure-causing inputs are clustered together. The basic idea of ART is to evenly spread test cases throughout the input domain. It has been shown by simulations and empirical analysis that ART frequently outperforms random testing. However, there are some outstanding issues on the cost-effectiveness and practicality of ART, which are the main foci of this thesis. Firstly, this thesis examines the basic factors that have an impact on the faultdetection effectiveness of adaptive random testing, and identifies favourable and unfavourable conditions for ART. Our study concludes that favourable conditions for ART occur more frequently than unfavourable conditions. Secondly, since all previous studies allow duplicate test cases, there has been a concern whether adaptive random testing performs better than random testing because ART uses fewer duplicate test cases. This thesis confirms that it is the even spread rather than less duplication of test cases which makes ART perform better than RT. Given that the even spread is the main pillar of the success of ART, an investigation has been conducted to study the relevance and appropriateness of several existing metrics of even spreading. Thirdly, the practicality of ART has been challenged for nonnumeric or high dimensional input domains. This thesis provides solutions that address these concerns. Finally, a new problem solving technique, namely, mirroring, has been developed. The integration of mirroring with adaptive random testing has been empirically shown to significantly increase the cost-effectiveness of ART. In summary, this thesis significantly contributes to both the foundation and the practical applications of adaptive random testing.
APA, Harvard, Vancouver, ISO, and other styles
4

Kuo, Fei-Ching. "On adaptive random testing." Australasian Digital Thesis Program, 2006. http://adt.lib.swin.edu.au/public/adt-VSWT20061109.091517.

Full text
Abstract:
Thesis (Ph.D) - Swinburne University of Technology, Faculty of Information & Communication Technologies, 2006.<br>A thesis submitted for the degree of PhD, Faculty of Information and Communication Technologies, Swinburne University of Technology, 2006. Typescript. Bibliography: p. 126-133.
APA, Harvard, Vancouver, ISO, and other styles
5

Mitran, Cosmin. "Guided random-based testing strategies." Zürich : ETH, Eidgenössische Technische Hochschule Zürich, Department of Computer Science, 2007. http://e-collection.ethbib.ethz.ch/show?type=dipl&nr=328.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Ciupa, Ilinca. "Strategies for random contract-based testing /." Zürich : ETH, 2008. http://e-collection.ethbib.ethz.ch/show?type=diss&nr=18143.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Ahmad, Mian Asbat. "New strategies for automated random testing." Thesis, University of York, 2014. http://etheses.whiterose.ac.uk/7981/.

Full text
Abstract:
The ever increasing reliance on software-intensive systems is driving research to discover software faults more effectively and more efficiently. Despite intensive research, very few approaches have studied and used knowledge about fault domains to improve the testing or the feedback given to developers. The present thesis addresses this shortcoming: it leverages fault co-localization in a new random testing strategy called Dirt Spot Sweep- ing Random (DSSR), and it presents two new strategies: Automated Discovery of Failure Domain (ADFD) and Automated Discovery of Failure Domain+ (ADFD+). These improve the feedback given to developers by deducing more information about the failure domain (i.e. point, block, strip) in an automated way. The DSSR strategy adds the value causing the failure and its neighbouring values to the list of interesting values for exploring the underlying failure domain. The comparative evaluation showed significantly better performance of DSSR over Random and Random+ strategies. The ADFD strategy finds failures and failure domains and presents the pass and fail domains in graphical form. The results obtained by evaluating error-seeded numerical programs indicated highly effective performance of the ADFD strategy. The ADFD+ strategy is an extended version of ADFD strategy with respect to algorithm and graphical presentation of failure domains. In comparison with Randoop, ADFD+ strategy successfully detected all failures and failure domains while Randoop identified individual failures but could not detect failure domains. The ADFD and ADFD+ techniques were enhanced by integration of the automatic invariant detector Daikon, and the precision of identifying failure domains was determined through extensive experimental evaluation of real world Java projects contained in a database, namely Qualitas Corpus. The analyses of results, cross-checked by manual testing indicated that the ADFD and ADFD+ techniques are highly effective in providing assistance but are not an alternative to manual testing.
APA, Harvard, Vancouver, ISO, and other styles
8

Pesaresi, Emanuele. "Leptokurtic signals in random control vibration testing." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2017.

Find full text
Abstract:
In several industrial sectors, some components are subjected to mechanical vibrations which may lead to a premature failure. To ensure that they operate properly during their service life, the utilization of qualification tests has been consolidated over the years. It is often required to carry out accelerated tests for obvious reasons as feasibility and cost: the aim is to limit the duration of tests. The Test Tailoring procedure requires an appropriate definition for vibratory test profiles to be utilized as an excitation in terms of motion generated by vibrating tables or shakers. The synthesis of such profiles requires that signals be measured in real environments and then that their most important characteristics be reproduced in a laboratory, in particular their spectral content and damage potential.The conventional procedures permit the synthesis of an accelerated test profile in terms of a Power Spectral Density, which is characterized by a Gaussian distribution of the corresponding timeseries values. Such a kind of synthesis might be unfit to represent the real environment signal taken as a reference, owing to the latter’s usual non-Gaussianity. As a consequence, reliability could be compromised since the “nature” of the real signal is not preserved. Typical examples of non-Gaussian signals coming forth in real applications are the so-called Leptokurtic signals, whose high amplitude peaks originate a strongly non Gaussian probability distribution. A parameter called kurtosis is often employed to represent the number and severity of the peaks of the signal. A common reference is made to “kurtosis control” whenever it is required that the synthesized and the measured signal have not only the same spectral content but the same kurtosis value as well. In this work some novel Mission Synthesis algorithms are proposed, which generate test profiles by controlling precisely the kurtosis value and complying with the spectral content of the reference signal.
APA, Harvard, Vancouver, ISO, and other styles
9

Liu, Ning Lareina. "A study on improving adaptive random testing." Click to view the E-thesis via HKUTO, 2006. http://sunzi.lib.hku.hk/hkuto/record/B36428061.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Hansson, Bevin. "Random Testing of Code Generation in Compilers." Thesis, KTH, Skolan för informations- och kommunikationsteknik (ICT), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-175852.

Full text
Abstract:
Compilers are a necessary tool for all software development. As modern compilers are large and complex systems, ensuring that the code they produce is accurate and correct is a vital but arduous task. Correctness of the code generation stage is important. Maintaining full coverage of test cases in a compiler is virtually impossible due to the large input and output domains. We propose that random testing is a highly viable method for testing a compiler. A method is presented to randomly generate a lower level code representation and use it to test the code generation stage of a compiler. This enables targeted testing of some of the most complex components of a modern compiler (register allocation, instruction scheduling) for the first time. The design is implemented in a state-of-the-art optimizing compiler, LLVM, to determine the effectiveness and viability of the method. Three distinct failures are observed during the evaluation phase. We analyze the causes behind these failures and conclude that the methods described in this work have the potential to uncover compiler defects which are not observable with other testing approaches.<br>Kompilatorer är nödvändiga för all mjukvaruutveckling. Det ärsvårt att säkerställa att koden som produceras är korrekt, eftersomkompilatorer är mycket stora och komplexa system. Kodriktigheteninom kodgenereringsstadiet (registerallokering och instruktionsschemaläggning) är särskilt viktig. Att uppnå full täckningav testfall i en kompilator är praktiskt taget omöjligt på grund avde stora domänerna för in- och utdata.Vi föreslår att slumpmässig testning är en mycket användbarmetod för att testa en kompilator. En metod presenteras för attgenerera slumpmässig kod på en lägre representationsnivå och testakodgenereringsstadiet i en kompilator. Detta möjliggör riktadtestning av några av de mest komplexa delarna i en modern kompilator(registerallokering, instruktionsschemaläggning) för förstagången.Designen implementeras i en toppmodern optimerande kompilator,LLVM, för att avgöra metodens effektivitet. Tre olika misslyckandenobserveras under utvärderingsfasen. Vi analyserar orsakernabakom dessa misslyckanden och drar slutsatsen att demetoder som beskrivs har potential att finna kompilatordefektersom inte kan observeras med andra testmetoder. Kompilatorer är nödvändiga för all mjukvaruutveckling. Det är svårt att säkerställa att koden som produceras är korrekt, eftersom kompilatorer är mycket stora och komplexa system. Kodriktigheten inom kodgenereringsstadiet (registerallokering och instruktionsschemal äggning) är särskilt viktig. Att uppnå full täckning av testfall i en kompilator är praktiskt taget omöjligt på grund av de stora domänerna för in- och utdata. Vi föreslår att slumpmässig testning är en mycket användbar metod för att testa en kompilator. En metod presenteras för att generera slumpmässig kod på en lägre representationsnivå och testa kodgenereringsstadiet i en kompilator. Detta möjliggör riktad testning av några av de mest komplexa delarna i en modern kompilator (registerallokering, instruktionsschemaläggning) för första gången. Designen implementeras i en toppmodern optimerande kompilator, LLVM, för att avgöra metodens effektivitet. Tre olika misslyckanden observeras under utvärderingsfasen. Vi analyserar orsakerna bakom dessa misslyckanden och drar slutsatsen att de metoder som beskrivs har potential att finna kompilatordefekter som inte kan observeras med andra testmetoder.
APA, Harvard, Vancouver, ISO, and other styles
More sources

Books on the topic "Random testing"

1

United States. Urban Mass Transportation Administration. Office of Technical Assistance and Safety. and Battelle Memorial Institute. Columbus Laboratories., eds. Random drug testing manual. U.S. Dept. of Transportation, Urban Mass Transportation Administration, Office of Technical Assistance and Safety, 1991.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
2

United States. Urban Mass Transportation Administration. Office of Technical Assistance and Safety and Battelle Memorial Institute. Columbus Laboratories, eds. Random drug testing manual. U.S. Dept. of Transportation, Urban Mass Transportation Administration, Office of Technical Assistance and Safety, 1991.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
3

Hamdioui, Said. Testing Static Random Access Memories. Springer US, 2004. http://dx.doi.org/10.1007/978-1-4757-6706-3.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Davis, Gerald J. Conducting random drug and alcohol testing. American Trucking Associations, 1994.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
5

Petlin, Oleg Alexandrovich. Random testing of asynchronous VLSI circuits. University of Manchester, 1994.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
6

René, David. Random testing of digital circuits: Theory & application. Marcel Dekker, 1998.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
7

James-Burdumy, Susanne. The effectiveness of mandatory-random student drug testing. U.S. Dept. of Education, National Center for Education Evaluation and Regional Assistance, Institute of Education Sciences, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
8

United States. Dept. of Transportation. Office of the Secretary, ed. DOT's drug program: Random testing : how it works. U.S. Dept. of Transportation, Office of the Secretary of Transportation, 1988.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
9

United States. Dept. of Transportation. Office of the Secretary, ed. DOT's drug program: Random testing : how it works. U.S. Dept. of Transportation, Office of the Secretary of Transportation, 1989.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
10

National Center for Education Evaluation and Regional Assistance (U.S.), ed. The effectiveness of mandatory-random student drug testing. U.S. Dept. of Education, National Center for Education Evaluation and Regional Assistance, Institute of Education Sciences, 2010.

Find full text
APA, Harvard, Vancouver, ISO, and other styles
More sources

Book chapters on the topic "Random testing"

1

Mrozek, Ireneusz. "Controlled Random Testing." In Multi-run Memory Tests for Pattern Sensitive Faults. Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-91204-2_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Chan, Kwok Ping, Tsong Yueh Chen, and Dave Towey. "Good Random Testing." In Lecture Notes in Computer Science. Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-24841-5_16.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Chen, T. Y., H. Leung, and I. K. Mak. "Adaptive Random Testing." In Advances in Computer Science - ASIAN 2004. Higher-Level Decision Making. Springer Berlin Heidelberg, 2004. http://dx.doi.org/10.1007/978-3-540-30502-6_23.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Caddy, Tom. "Random Number Testing." In Encyclopedia of Cryptography and Security. Springer US, 2011. http://dx.doi.org/10.1007/978-1-4419-5906-5_221.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Chan, Kwok Ping, Tsong Yueh Chen, and Dave Towey. "Restricted Random Testing." In Software Quality — ECSQ 2002. Springer Berlin Heidelberg, 2002. http://dx.doi.org/10.1007/3-540-47984-8_35.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Caddy, Tom. "Random Number Testing." In Encyclopedia of Cryptography, Security and Privacy. Springer Berlin Heidelberg, 2024. http://dx.doi.org/10.1007/978-3-642-27739-9_221-2.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Caddy, Tom. "Random Number Testing." In Encyclopedia of Cryptography, Security and Privacy. Springer Nature Switzerland, 2025. https://doi.org/10.1007/978-3-030-71522-9_221.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Kneusel, Ronald T. "Testing Pseudorandom Generators." In Random Numbers and Computers. Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-77697-2_4.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

L’Ecuyer, Pierre, and Peter Hellekalek. "Random Number Generators: Selection Criteria and Testing." In Random and Quasi-Random Point Sets. Springer New York, 1998. http://dx.doi.org/10.1007/978-1-4612-1702-2_5.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Vovk, Vladimir, Alexander Gammerman, and Glenn Shafer. "Testing Exchangeability." In Algorithmic Learning in a Random World. Springer International Publishing, 2022. http://dx.doi.org/10.1007/978-3-031-06649-8_8.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Conference papers on the topic "Random testing"

1

Zhang, Zhe, Lei Chen, and Donghui Zheng. "Mathematical model of random sphere absolute measurement and the theory of multiple spheres random." In Optoelectronics Testing and Measurement, edited by Sen Han. SPIE, 2024. https://doi.org/10.1117/12.3046031.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Oren-Loberman, Mor, Vered Paslev, and Wasim Huleihel. "Testing Dependency of Weighted Random Graphs." In 2024 IEEE International Symposium on Information Theory (ISIT). IEEE, 2024. http://dx.doi.org/10.1109/isit57864.2024.10619266.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Ying, Zhihao, Dave Towey, Tsong Yueh Chen, and Zhi Quan Zhou. "MT-PART: Metamorphic-Testing-Based Adaptive Random Testing Through Partitioning." In 2024 IEEE 48th Annual Computers, Software, and Applications Conference (COMPSAC). IEEE, 2024. http://dx.doi.org/10.1109/compsac61105.2024.00158.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Laguna, Ignacio, Patrick Chapman, Konstantinos Parasyris, Giorgis Georgakoudis, and Cindy Rubio-González. "Testing the Unknown: A Framework for OpenMP Testing via Random Program Generation." In SC24-W: Workshops of the International Conference for High Performance Computing, Networking, Storage and Analysis. IEEE, 2024. https://doi.org/10.1109/scw63240.2024.00080.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Gerlich, Rainer, Ralf Gerlich, and Thomas Boll. "Random testing." In the 2nd international workshop. ACM Press, 2007. http://dx.doi.org/10.1145/1292414.1292424.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Chen, T. Y., and F. C. Kuo. "Is adaptive random testing really better than random testing." In the 1st international workshop. ACM Press, 2006. http://dx.doi.org/10.1145/1145735.1145745.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Chen, T. Y. "Adaptive Random Testing." In 2008 Eighth International Conference on Quality Software (QSIC). IEEE, 2008. http://dx.doi.org/10.1109/qsic.2008.22.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Chen, Tsong Yueh, and Robert Merkel. "Quasi-random testing." In the 20th IEEE/ACM international Conference. ACM Press, 2005. http://dx.doi.org/10.1145/1101908.1101957.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Arcuri, Andrea, and Lionel Briand. "Adaptive random testing." In the 2011 International Symposium. ACM Press, 2011. http://dx.doi.org/10.1145/2001420.2001452.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Chen, Tsong Yueh, Fei-Ching Kuo, Huai Liu, and W. Eric Wong. "Does Adaptive Random Testing Deliver a Higher Confidence than Random Testing?" In 2008 Eighth International Conference on Quality Software (QSIC). IEEE, 2008. http://dx.doi.org/10.1109/qsic.2008.23.

Full text
APA, Harvard, Vancouver, ISO, and other styles

Reports on the topic "Random testing"

1

Heckman, James, Daniel Schmierer, and Sergio Urzua. Testing the Correlated Random Coefficient Model. National Bureau of Economic Research, 2009. http://dx.doi.org/10.3386/w15463.

Full text
APA, Harvard, Vancouver, ISO, and other styles
2

Schmierer, Daniel, James Heckman, and Sergio Urzua. Testing the correlated random coefficient model. Institute for Fiscal Studies, 2010. http://dx.doi.org/10.1920/wp.cem.2010.1010.

Full text
APA, Harvard, Vancouver, ISO, and other styles
3

Woods, Robert L. Random Drug Testing of Federal Employees. Defense Technical Information Center, 1989. http://dx.doi.org/10.21236/ada217954.

Full text
APA, Harvard, Vancouver, ISO, and other styles
4

Tarman, Michael F. Random Drug Testing of Army Civilian Employees. Defense Technical Information Center, 1989. http://dx.doi.org/10.21236/ada209622.

Full text
APA, Harvard, Vancouver, ISO, and other styles
5

Kitamura, Yuichi, and Jorg Stoye. Nonparametric analysis of random utility models: testing. Institute for Fiscal Studies, 2013. http://dx.doi.org/10.1920/wp.cem.2013.3613.

Full text
APA, Harvard, Vancouver, ISO, and other styles
6

Collins, Joseph C. Testing, Selection, and Implementation of Random Number Generators. Defense Technical Information Center, 2008. http://dx.doi.org/10.21236/ada486379.

Full text
APA, Harvard, Vancouver, ISO, and other styles
7

Boyle, James P. Daily Random Urinalysis Testing: Consequences of Deterrence Functions. Defense Technical Information Center, 1995. http://dx.doi.org/10.21236/ada294816.

Full text
APA, Harvard, Vancouver, ISO, and other styles
8

Shiller, Robert, and Pierre Perron. Testing the Random Walk Hypothesis: Power versus Frequency of Observation. National Bureau of Economic Research, 1985. http://dx.doi.org/10.3386/t0045.

Full text
APA, Harvard, Vancouver, ISO, and other styles
9

Eisele, Gerhard R., and Cameron W. Coates. Guide to Urine Specimen Collection for Random Drug Testing for the MVD-IT. Office of Scientific and Technical Information (OSTI), 2014. http://dx.doi.org/10.2172/1132969.

Full text
APA, Harvard, Vancouver, ISO, and other styles
10

Tavik, Gregory C. Testing the One-Port Random Access Memory (1PRAM) Module of TRW's CPUAX Signal Processing Superchip. Defense Technical Information Center, 1991. http://dx.doi.org/10.21236/ada234127.

Full text
APA, Harvard, Vancouver, ISO, and other styles
We offer discounts on all premium plans for authors whose works are included in thematic literature selections. Contact us to get a unique promo code!

To the bibliography