To see the other types of publications on this topic, follow the link: Random testing.

Dissertations / Theses on the topic 'Random testing'

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

Select a source type:

Consult the top 50 dissertations / theses for your research 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.

Browse dissertations / theses on a wide variety of disciplines and organise your bibliography correctly.

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 w
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 combi
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 testi
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+). The
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 synth
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
APA, Harvard, Vancouver, ISO, and other styles
11

Merkel, Robert Graham, and robert merkel@benambra org. "Analysis and enhancements of adaptive random testing." Swinburne University of Technology, 2005. http://adt.lib.swin.edu.au./public/adt-VSWT20050804.144747.

Full text
Abstract:
Random testing is a standard software testing method. It is a popular method for reli-ability assessment, but its use for debug testing has been opposed by some authorities. Random testing does not use any information to guide test case selection, and so, it is argued, testing is less likely to be effective than other methods. Based on the observation that failures often cluster in contiguous regions, Adaptive Random Testing (ART) is a more effective random testing method. While retaining random selection of test cases, selection is guided by the idea that tests should be widely spread throug
APA, Harvard, Vancouver, ISO, and other styles
12

Yang, Xuejun. "Random testing of open source C compilers." Thesis, The University of Utah, 2015. http://pqdtopen.proquest.com/#viewpdf?dispub=3704288.

Full text
Abstract:
<p> Compilers are indispensable tools to developers. We expect them to be correct. However, compiler correctness is very hard to be reasoned about. This can be partly explained by the daunting complexity of compilers. </p><p> In this dissertation, I will explain how we constructed a random program generator, Csmith, and used it to find hundreds of bugs in strong open source compilers such as the GNU Compiler Collection (GCC) and the LLVM Compiler Infrastructure (LLVM). The success of Csmith depends on its ability of being expressive and unambiguous at the same time. Csmith is composed
APA, Harvard, Vancouver, ISO, and other styles
13

Liu, Ning Lareina, and 劉寧. "A study on improving adaptive random testing." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2006. http://hub.hku.hk/bib/B36428061.

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

Towey, David Peter. "Studies of different variations of Adaptive Random Testing." Thesis, View the Table of Contents & Abstract, 2006. http://sunzi.lib.hku.hk/hkuto/record/B3551212X.

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

Castañ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 text
Abstract:
Financial markets use complex computer trading systems whose failures can cause serious economic damage, making reliability a major concern. Automated random testing has been shown to be useful in finding defects in these systems, but its inherent test oracle problem (automatic generation of the expected system output) is a drawback that has typically prevented its application on a larger scale. Two main tasks have been carried out in this thesis as a solution to the test oracle problem. First, an independent model of a real trading system based on constraint programming, a method for solving
APA, Harvard, Vancouver, ISO, and other styles
16

Hay, Neil Conway. "The simulation of random environments for structural dynamics testing." Thesis, Edinburgh Napier University, 1989. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.328063.

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

Alves, Gonçalo Filipe Rodrigues. "Testing the random walk hypothesis with technical trading rules." Master's thesis, Instituto Superior de Economia e Gestão, 2015. http://hdl.handle.net/10400.5/10939.

Full text
Abstract:
Mestrado em Finanças<br>Neste trabalho são testadas as hipóteses de passeio aleatório ao mercado acionista português, examinando as dezoito ações e o índice PSI-20. Considerando cotações diárias e mensais durante o período de 1999-2015. Foram utilizados os testes Augmented Dickey-Fuller (ADF), os testes de rácio de variância automático assim como os rácios de variâncias individuais e múltiplos propostos por Lo e Mackinlay, e Chow e Denning, respetivamente. Os vários testes utilizados para confirmar a hipótese de passeio aleatório das dezoito ações assim como do índice PSI-20, obtiveram resulta
APA, Harvard, Vancouver, ISO, and other styles
18

Lains, João Luís da Silva. "Testing the random walk hypothesis with variance ratio statistics." Master's thesis, Instituto Superior de Economia e Gestão, 2015. http://hdl.handle.net/10400.5/11801.

Full text
Abstract:
Mestrado em Finanças<br>Esta dissertação tem como objetivo testar a hipótese de passeio aleatório na curva das yields relativa ás obrigações do tesouro dos Estados Unidos da América para o period entre 1980 e 2014. Para alcançar este objetivo e após revisão da literatura foram efectuados testes de variância e de raiz unitária considerados os mais indicados e poderosos. Os dados necessários para a realização deste estudo foram recolhidos tendo por base um estudo da Reserva Federal dos Estados Unidos da América, que efectua cálculo das yields desde 1961 até ao presente. O método escolhido para o
APA, Harvard, Vancouver, ISO, and other styles
19

Sweeney, Erin. "Random Student Drug Testing: Perceptions of Superintendents and Parents." University of Toledo / OhioLINK, 2019. http://rave.ohiolink.edu/etdc/view?acc_num=toledo1575293312844071.

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

Xu, Xiaoke, and 許小珂. "Benchmarking the power of empirical tests for random numbergenerators." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2008. http://hub.hku.hk/bib/B41508464.

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

Tso, Chi-wai, and 曹志煒. "Stringency of tests for random number generators." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2004. http://hub.hku.hk/bib/B29748367.

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

Mattioli, Federico. "Testing a Random Number Generator: formal properties and automotive application." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2019. http://amslaurea.unibo.it/18187/.

Full text
Abstract:
L'elaborato analizza un metodo di validazione dei generatori di numeri casuali (RNG), utilizzati per garantire la sicurezza dei moderni sistemi automotive. Il primo capitolo fornisce una panoramica della struttura di comunicazione dei moderni autoveicoli attraverso l'utilizzo di centraline (ECU): vengono riportati i principali punti di accesso ad un automobile, assieme a possibili tipologie di hacking; viene poi descritto l'utilizzo dei numeri casuali in crittografia, con particolare riferimento a quella utilizzata nei veicoli. Il secondo capitolo riporta le basi di probabilità necessarie a
APA, Harvard, Vancouver, ISO, and other styles
23

Liu, Huai. "On even spread of test cases in adaptive random testing." Swinburne Research Bank, 2008. http://hdl.handle.net/1959.3/40129.

Full text
Abstract:
Thesis (Ph.D) - Swinburne University of Technology, Faculty of Information & Communication Technologies, 2008.<br>A thesis submitted for the degree of Doctor of Philosophy, Faculty of Information and Communication Technologies, Swinburne University of Technology, 2008. Typescript. Bibliography: p. 107-123.
APA, Harvard, Vancouver, ISO, and other styles
24

Ma, Xinyi. "The effect of the random breath testing policy in Australia." Thesis, The University of Sydney, 2013. http://hdl.handle.net/2123/10281.

Full text
Abstract:
Road crashes are a major cause of death and serious injuries in many countries and extract a high cost on society. Drink driving is one of the most important reasons for road crashes. Many countries have enacted drink-driving policy and legislation. In Australia, Random Breath Testing (RBT) program is the main legislation against drink driving. This research examines the effect of RBT program by investigating whether RBT program is effective in reducing road accident rates; and whether there is a relationship between increased RBT enforcement level and decreased road accident rates. The road a
APA, Harvard, Vancouver, ISO, and other styles
25

Pareschi, Fabio <1976&gt. "Chaos-based random number generators: monolithic implementation, testing and applications." Doctoral thesis, Alma Mater Studiorum - Università di Bologna, 2007. http://amsdottorato.unibo.it/467/1/PhDThesis-Pareschi_Chaos-based_random_number_generatos.pdf.

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

Pareschi, Fabio <1976&gt. "Chaos-based random number generators: monolithic implementation, testing and applications." Doctoral thesis, Alma Mater Studiorum - Università di Bologna, 2007. http://amsdottorato.unibo.it/467/.

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

Thivvianesan, Chelliah. "Covariance estimation and hypothesis testing in random coefficient regression models." Thesis, Queensland University of Technology, 1995.

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

Petrie, Craig Steven. "An integrated random bit generator for applications in cryptography." Diss., Georgia Institute of Technology, 1997. http://hdl.handle.net/1853/13699.

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

Jones, Tammi Lynn. "POLICIES, PRACTICES AND CONSTITUENT PERCEPTIONS OF RANDOM, SUSPICIONLESS DRUG TESTING IN PENNSYLVANIA'S PUBLIC SCHOOLS." Diss., Temple University Libraries, 2009. http://cdm16002.contentdm.oclc.org/cdm/ref/collection/p245801coll10/id/26268.

Full text
Abstract:
Educational Administration<br>Ed.D.<br>The purpose of this study was to examine the policies and practices of school districts with random drug testing policies in Pennsylvania. Specifically, this study intended to help administrators understand the phenomenon of drug testing as one available means of substance use prevention. In response to the rising drug use in our schools, random drug testing has increasingly become one of the many possible solutions being used to prevent student drug use. Currently, drug testing programs have been examined in the workplace and in intercollegiate athletics
APA, Harvard, Vancouver, ISO, and other styles
30

Lian, Guinan. "Testing Primitive Polynomials for Generalized Feedback Shift Register Random Number Generators." Diss., CLICK HERE for online access, 2005. http://contentdm.lib.byu.edu/ETD/image/etd1131.pdf.

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

Almowanes, Abdullah. "GENERATING RANDOM SHAPES FOR MONTE CARLO ACCURACY TESTING OF PAIRWISE COMPARISONS." Thesis, Laurentian University of Sudbury, 2013. https://zone.biblio.laurentian.ca/dspace/handle/10219/2097.

Full text
Abstract:
This thesis shows highly encouraging results as the gain of accuracy reached 18.4% when the pairwise comparisons method was used instead of the direct method for comparing random shapes. The thesis describes a heuristic for generating random but nice shapes, called placated shapes. Random, but visually nice shapes, are often needed for cognitive experiments and processes. These shapes are produced by applying the Gaussian blur to randomly generated polygons. Afterwards, the threshold is set to transform pixels to black and white from di erent shades of gray. This transformation produces placat
APA, Harvard, Vancouver, ISO, and other styles
32

Alice, Reinaudo. "Empirical testing of pseudo random number generators based on elliptic curves." Thesis, Linnéuniversitetet, Institutionen för matematik (MA), 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-44875.

Full text
Abstract:
An introduction on random numbers, their history and applications is given, along with explanations of different methods currently used to generate them. Such generators can be of different kinds, and in particular they can be based on physical systems or algorithmic procedures. The latter type of procedures gives rise to pseudo-random number generators. Specifically, several such generators which are based on elliptic curves are examined. Therefore, in order to ease understanding, a basic primer on elliptic curves over fields and the operations arising from their group structure is also provi
APA, Harvard, Vancouver, ISO, and other styles
33

White, John D. H. "A random signal ultrasonic test system for highly attenuating media." Thesis, Keele University, 1992. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.315234.

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

Abeyratne, Anura T. "Comparison of k-Weibull populations under random censoring /." free to MU campus, to others for purchase, 1996. http://wwwlib.umi.com/cr/mo/fullcit?p9737910.

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

Suzuki, Satoshi. "The Development of Embedded DRAM Statistical Quality Models at Test and Use Conditions." PDXScholar, 2010. https://pdxscholar.library.pdx.edu/open_access_etds/341.

Full text
Abstract:
Today, the use of embedded Dynamic Random Access Memory (eDRAM) is increasing in our electronics that require large memories, such as gaming consoles and computer network routers. Unlike external DRAMs, eDRAMs are embedded inside ASICs for faster read and write operations. Until recently, eDRAMs required high manufacturing cost. Present process technology developments enabled the manufacturing of eDRAM at competitive costs. Unlike SRAM, eDRAM exhibits retention time bit fails from defects and capacitor leakage current. This retention time fail causes memory bits to lose stored values before re
APA, Harvard, Vancouver, ISO, and other styles
36

Angeli, Andrea. "Mission synthesis of sine-on-random excitations for accelerated vibration qualification testing." Master's thesis, Alma Mater Studiorum - Università di Bologna, 2016. http://amslaurea.unibo.it/9759/.

Full text
Abstract:
In most real-life environments, mechanical or electronic components are subjected to vibrations. Some of these components may have to pass qualification tests to verify that they can withstand the fatigue damage they will encounter during their operational life. In order to conduct a reliable test, the environmental excitations can be taken as a reference to synthesize the test profile: this procedure is referred to as “test tailoring”. Due to cost and feasibility reasons, accelerated qualification tests are usually performed. In this case, the duration of the original excitation which a
APA, Harvard, Vancouver, ISO, and other styles
37

Johansson, Viktor, and Alexander Vallén. "Random testing with sanitizers to detect concurrency bugs in embedded avionics software." Thesis, Linköpings universitet, Programvara och system, 2018. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-153310.

Full text
Abstract:
Fuzz testing is a random testing technique that is effective at finding bugs in large software programs and protocols. We investigate if the technology can be used to find bugs in multi-threaded applications by fuzzing a real-time embedded avionics platform together with a tool specialized at finding data races between multiple threads. We choose to fuzz an API (available to applications executing on top) of the platform. This thesis evaluates aspects of integrating a fuzzing program, AFL and a sanitizer, ThreadSanitizer with an embedded system. We investigate the modifications needed to creat
APA, Harvard, Vancouver, ISO, and other styles
38

Fang, Jing. "On testing for the Cox model using resampling methods." Click to view the E-thesis via HKUTO, 2007. http://sunzi.lib.hku.hk/HKUTO/record/B39558356.

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

Fang, Jing, and 方婧. "On testing for the Cox model using resampling methods." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2007. http://hub.hku.hk/bib/B39558356.

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

Bamps, Cédric. "Self-Testing and Device-Independent Quantum Random Number Generation with Nonmaximally Entangled States." Doctoral thesis, Universite Libre de Bruxelles, 2018. http://hdl.handle.net/2013/ULB-DIPOT:oai:dipot.ulb.ac.be:2013/266954.

Full text
Abstract:
The generation of random number sequences, that is, of unpredictable sequences free from any structure, has found numerous applications in the field of information technologies. One of the most sensitive applications is cryptography, whose modern practice makes use of secret keys that must indeed be unpredictable for any potential adversary. This type of application demands highly secure randomness generators.This thesis contributes to the device-independent approach to quantum random number generation (DIRNG, for Device-Independent Random Number Generation). Those methods of randomness genera
APA, Harvard, Vancouver, ISO, and other styles
41

Rathbun, Shelia E. "A qualitative case study of student perceptions of a random drug testing policy." Diss., Wichita State University, 2011. http://hdl.handle.net/10057/3936.

Full text
Abstract:
This qualitative study involved high school students in focus groups and individual interviews who shared their perceptions of a random drug testing policy and its implementation in the fall of 2007 at their suburban high school. Student voices were captured and shared, as well as data shared regarding student responses on The Communities That Care Survey which is given yearly to all sophomores and seniors. There were strong perceptions from students regarding the implementation of random drug testing and students shared these perceptions openly and often strongly. However, students were not w
APA, Harvard, Vancouver, ISO, and other styles
42

Juneja, Lokesh Kumar. "Multiaxial fatigue damage model for random amplitude loading histories." Thesis, Virginia Tech, 1992. http://hdl.handle.net/10919/41522.

Full text
Abstract:
In spite of many multiaxial fatigue life prediction methods proposed over decades of research, no universally accepted approach yet exists. A multiaxial fatigue damage model developed for approximately proportional random amplitude loading is proposed in this study. A normal strain based analysis incorporating the multiaxial state of stress is conducted along a critical orientation assuming a constant strain ratio. The dominant deformation direction is chosen to be the critical orientation which is selected with the help of a principal strain histogram generated from the given multiaxial loadi
APA, Harvard, Vancouver, ISO, and other styles
43

Vahlberg, Mikael. "Verification of Risk Algorithm Implementations in a Clearing System Using a Random Testing Framework." Thesis, Umeå universitet, Institutionen för matematik och matematisk statistik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:umu:diva-139544.

Full text
Abstract:
Clearing is keeping track of transactions until they are settled. Standardized derivatives such as options and futures can be cleared through a clearinghouse if you are a clearing member. The clearinghouse step in as an intermediary between trades and manages all occurring counterparty risk. To be able to keep track of all transactions and also monitor members risk exposure a clearinghouse use advanced clearing software. Counterparty risk is mainly handled by collecting collateral from each clearing member, the initial collateral that a clearinghouse require from a member trading with derivati
APA, Harvard, Vancouver, ISO, and other styles
44

CIMA, Michele. "Fatigue damage due to random load: numerical, experimental and design an innovative testing machine." Doctoral thesis, Università degli studi di Brescia, 2021. http://hdl.handle.net/11379/554949.

Full text
Abstract:
Fatigue damage due to random load: numerical, experimental and design an innovative testing machine<br>Fatigue damage due to random load: numerical, experimental and design an innovative testing machine
APA, Harvard, Vancouver, ISO, and other styles
45

Brown, Stephanie N. "A New Era of Educational Assessment: the Use of Stratified Random Sampling in High Stakes Testing." Thesis, University of North Texas, 2013. https://digital.library.unt.edu/ark:/67531/metadc407797/.

Full text
Abstract:
Although sampling techniques have been used effectively in education research and practice it is not clear how stratified random sampling techniques apply to high-stakes testing in the current educational environment. The present study focused on representative sampling as a possible means for reducing the quantity of state-administered tests in Texas public education. The purpose of this study was two-fold: (1) to determine if stratified random sampling is a viable option for reducing the number of students participating in Texas state assessments, and (2) to determine which sampling rate pro
APA, Harvard, Vancouver, ISO, and other styles
46

Hart, Susan. "Organisational barriers and facilitators to the effective operation of Random Breath Testing (RBT) in Queensland." Thesis, Queensland University of Technology, 2004. https://eprints.qut.edu.au/16451/1/Susan_Hart_Thesis.pdf.

Full text
Abstract:
Random breath testing (RBT) is one of the most successful drink driving countermeasures employed by police in Australia. Its success over the years has been evidenced by reductions in drink driving behaviour, reductions in alcohol-related crashes and fatal crashes and a corresponding community-wide increase in the disapproval of drink driving. Although a great deal of research has been able to highlight the relationship between increased police enforcement and road safety benefits, little is known about the organisational factors that assist or hinder the management and operation of RBT. The p
APA, Harvard, Vancouver, ISO, and other styles
47

Hart, Susan. "Organisational barriers and facilitators to the effective operation of Random Breath Testing (RBT) in Queensland." Queensland University of Technology, 2004. http://eprints.qut.edu.au/16451/.

Full text
Abstract:
Random breath testing (RBT) is one of the most successful drink driving countermeasures employed by police in Australia. Its success over the years has been evidenced by reductions in drink driving behaviour, reductions in alcohol-related crashes and fatal crashes and a corresponding community-wide increase in the disapproval of drink driving. Although a great deal of research has been able to highlight the relationship between increased police enforcement and road safety benefits, little is known about the organisational factors that assist or hinder the management and operation of RBT. The p
APA, Harvard, Vancouver, ISO, and other styles
48

Lineburg, Mark Young. "An Analysis of Random Student Drug Testing Policies and Patterns of Practice In Virginia Public Schools." Diss., Virginia Tech, 2005. http://hdl.handle.net/10919/26340.

Full text
Abstract:
There were two purposes to this study. First, the study was designed to determine which Virginia public school districts have articulated policies that govern random drug testing of students and if school districts' policies aligned with U.S. Supreme Court standards and Virginia statutes. The second purpose was to ascertain the patterns of practice in selected Virginia school districts that currently conduct random drug testing of students. This included identifying which student groups were being tested and for which drugs. It was also of interest to learn how school districts monitor the tes
APA, Harvard, Vancouver, ISO, and other styles
49

Marks, Anthony Michael. "Random question sequencing in computer-based testing (CBT) assessments and its effect on individual student performance." Pretoria : [s.n.], 2007. http://upetd.up.ac.za/thesis/available/etd-06042008-083644/.

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

Mehrmand, Arash. "A Factorial Experiment on Scalability of Search-based Software Testing." Thesis, Blekinge Tekniska Högskola, Sektionen för datavetenskap och kommunikation, 2009. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-4224.

Full text
Abstract:
Software testing is an expensive process, which is vital in the industry. Construction of the test-data in software testing requires the major cost and knowing which method to use in order to generate the test data is very important. This paper discusses the performance of search-based algorithms (preferably genetic algorithm) versus random testing, in software test-data generation. A factorial experiment is designed so that, we have more than one factor for each experiment we make. Although many researches have been done in the area of automated software testing, this research differs from al
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!