Academic literature on the topic 'Static Test'
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 'Static Test.'
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 "Static Test"
Sever, Ozan. "Comparison of static and dynamic core exercises’ effects on Stork balance test in soccer players Futbolcularda statik ve dinamik core egzersizlerin Stork denge testine etkisi." Journal of Human Sciences 14, no. 2 (May 17, 2017): 1781. http://dx.doi.org/10.14687/jhs.v14i2.4440.
Full textDzagov, A. M. "Refinement of Test Static-Load Test Procedure for Piles." Soil Mechanics and Foundation Engineering 41, no. 4 (July 2004): 146–49. http://dx.doi.org/10.1023/b:smaf.0000046047.95113.03.
Full textPomeranz, Irith. "Two-Dimensional Static Test Compaction for Functional Test Sequences." IEEE Transactions on Computers 64, no. 10 (October 1, 2015): 3009–15. http://dx.doi.org/10.1109/tc.2014.2378285.
Full textUZUKA, Tetsuo, and Shouji IKEDO. "Railway Static Power Conditioner Field Test." Quarterly Report of RTRI 45, no. 2 (2004): 64–67. http://dx.doi.org/10.2219/rtriqr.45.64.
Full textSmith, Howard W. "Static test of an ultralight airplane." Journal of Aircraft 25, no. 1 (January 1988): 37–40. http://dx.doi.org/10.2514/3.45538.
Full textShi, August, Milica Hadzi-Tanovic, Lingming Zhang, Darko Marinov, and Owolabi Legunsen. "Reflection-aware static regression test selection." Proceedings of the ACM on Programming Languages 3, OOPSLA (October 10, 2019): 1–29. http://dx.doi.org/10.1145/3360613.
Full textTulebekova, A., A. Zhussupbekov, Ye Ashkey, and A. Zhankina. "Features of static pile load test." BULLETIN of L.N. Gumilyov Eurasian National University. Technical Science and Technology Series 134, no. 1 (2021): 30–38. http://dx.doi.org/10.32523/2616-7263-2021-134-1-30-38.
Full textSoleh, Chairul, and Josia Irwan Rastandi. "ALTERNATIF UJI BEBAN PADA STRUKTUR (STUDI KASUS : JEMBATAN BAJA)." Jurnal Muara Sains, Teknologi, Kedokteran dan Ilmu Kesehatan 5, no. 1 (May 4, 2021): 27. http://dx.doi.org/10.24912/jmstkik.v5i1.7215.
Full textPranoto, Ethys, Aziz Miftahul Hidayat, Faris Humami, and M. Iman Nur Hakim. "Komparasi Effisiensi Pengereman Pengujian Rem Statis (Static Brake Test) Dan Pengujian Rem Jalan (Road Brake Test)." Jurnal Keselamatan Transportasi Jalan (Indonesian Journal of Road Safety) 7, no. 1 (June 2, 2020): 19–25. http://dx.doi.org/10.46447/ktj.v7i1.72.
Full textRathleff, Michael Skovdal, Rasmus Gottschalk Nielsen, and Uwe G. Kersting. "Navicula Drop Test Ad Modum Brody." Journal of the American Podiatric Medical Association 102, no. 1 (January 1, 2012): 34–38. http://dx.doi.org/10.7547/1020034.
Full textDissertations / Theses on the topic "Static Test"
Siddiqui, Asher. "Capturing JUnit Behavior into Static Programs : Static Testing Framework." Thesis, Linnaeus University, School of Computer Science, Physics and Mathematics, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:lnu:diva-5510.
Full textIn this research paper, it evaluates the benefits achievable from static testing framework by analyzing and transforming the JUnit3.8 source code and static execution of transformed code. Static structure enables us to analyze the code statically during creation and execution of test cases. The concept of research is by now well established in static analysis and testing development. The research approach is also increasingly affecting the static testing process and such research oriented work has proved particularly valuable for those of us who want to understand the reflective behavior of JUnit3.8 Framework.
JUnit3.8 Framework uses Java Reflection API to invoke core functionality (test cases creation and execution) dynamically. However, Java Reflection API allows developers to access and modify structure and behavior of a program. Reflection provides flexible solution for creating test cases and controlling the execution of test cases. Java reflection helps to encapsulate test cases in a single object representing the test suite. It also helps to associate each test method with a test object. Where reflection is a powerful tool to perform potential operations, on the other hand, it limits static analysis. Static analysis tools often cannot work effectively with reflection.
In order to avoid the reflection, Static Testing Framework provides a static platform to analyze the JUnit3.8 source code and transform it into non-reflective version that emulates the dynamic behavior of JUnit3.8. The transformed source code has possible leverage to replace reflection with static code and does same things in an execution environment of Static Testing Framework that reflection does in JUnit3.8. More besides, the transformed code also enables execution environment of Static Testing Framework to run test methods statically. In order to measure the degree of efficiency, the implemented tool is evaluated. The evaluation of Static Testing Framework draws results for different Java projects and these statistical data is compared with JUnit3.8 results to measure the effectiveness of Static Testing Framework. As a result of evaluation, STF can be used for static creation and execution of test cases up to JUnit3.8 where test cases are not creating within a test class and where real definition of constructors is not required. These problems can be dealt as future work by introducing a middle layer to execute test fixtures for each test method and by generating test classes as per real definition of constructors.
Karlsson, Henrik. "Limiting Transitive Closure for Static Regression Test Selection approaches." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2019. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-254951.
Full textInom fälten datalogi och mjukvaruutveckling är det viktigt att testa mjukvara för att försäkra sig om att den fungerar som den ska. Att köra regressionstester för att hitta potentiella fel som introducerats av mjukvaruändringar är en nödvändighet för att garantera stabiliteten hos mjukvara. Regressionstestprocessen kan dock vara resursoch tidskrävande, vilket har lett till introduktionen av urval av tester som körs vid regressionstestning, s.k. regression test selection.Fältet regression test selection delas allmänt upp i två olika typer av metoder, statiska och dynamiska. De statiska och dynamiska metoderna har olika styrkor och svagheter, och bör därför i teorin användas baserat på vilken typ som bäst lämpar sig för syftet. Dock är det stora prestandaskillnader och därför används nästan bara de dynamiska metoderna.I detta examensarbete presenteras ett försök till att öka prestandan av de statiska metoderna genom att använda sig av en kontrollerad begränsning av transitivitetsaspekten inom huvudalgoritmen för urval av tester. Syftet med denna kontrollerade begränsning är tvådelad; både att minska körtiden för testurval, men också att minska antalet överflödiga tester i det slutgiltiga urvalet.Resultaten visar på att den metod som introducerats i detta examensarbete inte ökar prestandan på ett sådant sätt att det otvetydligt kan beskrivas som en förbättring. Jämfört med statiska metoder som inte använder sig av den begränsade transitivitetsaspekten så minskade säkerhet, men körtid och precision förbättrades. Detta innebär att det finns möjlighet till förbättring av den begränsade transitivitetsmetoden innan den helt kan anses vara en ogenomförbar och opraktisk lösning på problemet.
Syal, Manan. "Static Learning for Problems in VLSI Test and Verification." Diss., Virginia Tech, 2005. http://hdl.handle.net/10919/28099.
Full textPh. D.
Mendenhall, Scout. "Effect of Deposition from Static Test Fires on Corn and Alfalfa." DigitalCommons@USU, 2013. https://digitalcommons.usu.edu/etd/1404.
Full textSirichantra, Jayiyavadee. "Use of the quasi-static indentation test on measure toughness in composites." Thesis, University of Surrey, 2011. http://ethos.bl.uk/OrderDetails.do?uin=uk.bl.ethos.540963.
Full textGustafson, Christopher, and Sam Florin. "Qualification of Tool for Static Code Analysis : Processes and Requirements for Approval of Static Code Analysis in the Aviation Industry." Thesis, KTH, Skolan för elektroteknik och datavetenskap (EECS), 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:kth:diva-277941.
Full textInom flygindustrin är användandet av olika programmeringsverktyg inte lika självklart som inom andra industrier. På grund av de katastrofala konsekvenser som fel i mjukvaran i ett flygplan kan resultera i finns det rigorösa krav på mjukvaruutvecklingsprocessen. Ett av dessa krav är att en viss kodstandard måste upprätthållas. Kodstandarder används för att exkludera vissa strukturer i kod som kan leda till oönskat beteende. Upprätthållandet av en viss kodstandard är en långdragen process att genomföra manuellt, och kan därför automatiseras med hjälp av ett statiskt kodanalysverktyg. För att kunna använda ett sådant verktyg behövs däremot en formell verktygskvalificering. I denna uppsats kommer kvalificeringsprocessen av ett verktyg för statisk kodanalys att evalueras enligt de krav som de två stora flygmyndigheterna EASA och FAA ställer. För att förklara processen av att kvalificera ett sådant verktyg gjordes en litteraturstudie följt av en fallstudie av det existerande verktyget Parasoft C/C++ test. Resultaten av litteraturstudien beskriver de olika processerna som måste genomföras för att kvalificera ett statiskt kodanalysverktyg. Noterbart är att resultaten visar att inga krav ställs på utvecklingsprocessen av verktyget själv. Detta betyder att ett existerande kommersiellt verktyg kan kvalificeras utan att verktygsutvecklarna själva behöver bidra med extra information. Fallstudien visade hur verktyget Parasoft C/C++ test kan konfigureras och verifieras att följa en viss kodstandard. Vidare resulterade fallstudien i utkast av de nödvändiga dokumenten som behöver produceras för att kommunicera kvalificeringsprocessen till en myndighet. De resultat som presenteras i denna uppsats är i sig inte tillräckliga för beskriva hela kvalificeringsprocessen. Ytterligare överväganden som är specifika till den mjukvaran som verktyget ska användas till att utveckla måste göras för att en komplett kvalificering ska kunna genomföras. Uppsatsen bidrar däremot med riktlinjer och vägledning av majoriteten av de processerna som behöver genomföras. Ytterligare forskning kan göras för att bidra med den kompletta bilden av verktygskvalificering av ett statiskt kodanalysverktyg, samt hur kvalificering kan göras av andra typer av verktyg.
Niazi, Fawad Sulaman. "Static axial pile foundation response using seismic piezocone data." Diss., Georgia Institute of Technology, 2014. http://hdl.handle.net/1853/52195.
Full textChristensen, Dustin Shaun. "Full Scale Static Lateral Load Test of a 9 Pile Group in Sand." Diss., CLICK HERE for online access, 2006. http://contentdm.lib.byu.edu/ETD/image/etd1267.pdf.
Full textLu, Dandan, and 卢丹丹. "Effects of static pile penetration on an adjacent earth retaining structure." Thesis, The University of Hong Kong (Pokfulam, Hong Kong), 2011. http://hub.hku.hk/bib/B47054670.
Full textTam, Weng On. "Development and use of static creep test to evaluate rut resistance of superpave mixes /." Digital version accessible at:, 1999. http://wwwlib.umi.com/cr/utexas/main.
Full textBooks on the topic "Static Test"
Lee, B. DHC-8 static test program. Downsview, Ontario: de Havilland Aircraft Company of Canada, 1986.
Find full textI͡A, Kint͡sis T., ed. Static test methods for composites. New York, N.Y: Van Nostrand Reinhold Co., 1985.
Find full textHamdioui, Said. Testing static random access memories: Defects, fault models, and test patterns. Boston: Kluwer Academic, 2004.
Find full textInstitution, British Standards. Method for resistance of fabrics to water absorption (static immersion test). London: B.S.I., 1990.
Find full textCoerts, Alfred. Analysis of static cone penetration test data for subsurface modelling: A methodology. Utrecht: Koninklijk Nederlands Aardrijkskundig Genootschap/Faculteit Ruimtelijke Wetenschappen Universiteit Utrecht, 1996.
Find full textSherlock, Elizabeth Jane. Evaluation of static and kinetic prediction test data and comparison with field monitoring data. Ottawa, ON: CANMET, 1995.
Find full textKönnecke, R. EC static high-temperature leach test: Summary report of a European Community interlaboratory round robin. Luxembourg: Commission of the European Communities, 1985.
Find full textVerderaime, V. Test load verification through strain data analysis. Washington, DC: National Aeronautics and Space Administration, 1995.
Find full textYip, Long P. Static wind-tunnel and radio-controlled flight test investigation of a remotely piloted vehicle having a delta wing planform. Hampton, Va: Langley Research Center, 1990.
Find full textYip, Long P. Static wind-tunnel and radio-controlled flight test investigation of a remotely piloted vehicle having a delta wing planform. Hampton, Va: Langley Research Center, 1990.
Find full textBook chapters on the topic "Static Test"
Weik, Martin H. "static test mode." In Computer Science and Communications Dictionary, 1659. Boston, MA: Springer US, 2000. http://dx.doi.org/10.1007/1-4020-0613-6_18175.
Full textLodi, Gio. "Testing Static SwiftUI Views." In Test-Driven Development in Swift, 79–95. Berkeley, CA: Apress, 2021. http://dx.doi.org/10.1007/978-1-4842-7002-8_6.
Full textBierögel, C., and W. Grellmann. "Quasi-static tensile test - introduction." In Polymer Solids and Polymer Melts–Mechanical and Thermomechanical Properties of Polymers, 83–87. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-55166-6_15.
Full textBierögel, C., and W. Grellmann. "Quasi-static tensile test – application." In Polymer Solids and Polymer Melts–Mechanical and Thermomechanical Properties of Polymers, 152–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-55166-6_19.
Full textSharma, Binu, and Animesh Deka. "Static Compaction Test and Determination of Equivalent Static Pressure." In Lecture Notes in Civil Engineering, 3–10. Singapore: Springer Singapore, 2018. http://dx.doi.org/10.1007/978-981-13-0899-4_1.
Full textJha, Niraj K., and Sandip Kundu. "Test Generation for Static CMOS Circuits." In The Kluwer International Series in Engineering and Computer Science, 87–130. Boston, MA: Springer US, 1990. http://dx.doi.org/10.1007/978-1-4613-1525-4_4.
Full textGodefroid, Patrice, Shuvendu K. Lahiri, and Cindy Rubio-González. "Statically Validating Must Summaries for Incremental Compositional Dynamic Test Generation." In Static Analysis, 112–28. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-23702-7_12.
Full textJeon, M. J., D. H. Lee, D. M. Lee, V. M. Nguyen, and H. K. Yoon. "Estimation of Static Hydrodynamic Coefficient in Waves Using Static Drift Test." In AETA 2015: Recent Advances in Electrical Engineering and Related Sciences, 845–53. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-27247-4_70.
Full textBierögel, C., and W. Grellmann. "Quasi-static tensile test – Poisson ratio - application." In Polymer Solids and Polymer Melts–Mechanical and Thermomechanical Properties of Polymers, 168–70. Berlin, Heidelberg: Springer Berlin Heidelberg, 2014. http://dx.doi.org/10.1007/978-3-642-55166-6_21.
Full textJang, Soo-Wook, Gwang-Soon Lee, Eun-Su Kim, Sung-Hak Lee, and Kyu-Ik Sohng. "MPEG-2 Test Stream with Static Test Patterns in DTV System." In Lecture Notes in Computer Science, 375–82. Berlin, Heidelberg: Springer Berlin Heidelberg, 2005. http://dx.doi.org/10.1007/11559573_47.
Full textConference papers on the topic "Static Test"
Alves, Tiago L., and Joost Visser. "Static Estimation of Test Coverage." In 2009 Ninth IEEE International Working Conference on Source Code Analysis and Manipulation. IEEE, 2009. http://dx.doi.org/10.1109/scam.2009.15.
Full textLegunsen, Owolabi, August Shi, and Darko Marinov. "STARTS: STAtic regression test selection." In 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2017. http://dx.doi.org/10.1109/ase.2017.8115710.
Full textBarros, José Eduardo Mautone, Vander Ferreira Rodrigues, and Ramón Molina Valle. "Static and Quasi-Static Test Procedures of Piston Engines." In SAE Brasil 2002 Congress and Exhibit. 400 Commonwealth Drive, Warrendale, PA, United States: SAE International, 2002. http://dx.doi.org/10.4271/2002-01-3541.
Full textPomeranz, Irith. "Fault simulation with test switching for static test compaction." In 2014 IEEE 32nd VLSI Test Symposium (VTS). IEEE, 2014. http://dx.doi.org/10.1109/vts.2014.6818738.
Full textSMITH, H. "Static test of an ultralight airplane." In General Aviation Technology Conference. Reston, Virigina: American Institute of Aeronautics and Astronautics, 1986. http://dx.doi.org/10.2514/6.1986-2600.
Full textYilmaz, Fatih, Ozan Oguz Haktanir, and Ahmet Bilge Uygur. "Quasi-static structural test of satellites." In 2015 7th International Conference on Recent Advances in Space Technologies (RAST). IEEE, 2015. http://dx.doi.org/10.1109/rast.2015.7208381.
Full textStroph, R. "Static acceptance test for complex controllers." In UKACC International Conference on Control (CONTROL '98). IEE, 1998. http://dx.doi.org/10.1049/cp:19980261.
Full textOrefice, Martina, Vincenzo Quaranta, Giovanni Bruno, Giuseppe Martinotti, and Carmine Carandente Tartaglia. "Quasi-static load space qualification test." In 2021 IEEE 8th International Workshop on Metrology for AeroSpace (MetroAeroSpace). IEEE, 2021. http://dx.doi.org/10.1109/metroaerospace51421.2021.9511773.
Full textBenso, A., A. Bosio, S. Carlo, G. Natale, and P. Prinetto. "Memory Fault Simulator for Static-Linked Faults." In 2006 15th Asian Test Symposium. IEEE, 2006. http://dx.doi.org/10.1109/ats.2006.260989.
Full textSchuermyer, Chris, Jewel Pangilinan, Jay Jahangiri, Martin Keim, Janusz Rajski, and Brady Benware. "Silicon Evaluation of Static Alternative Fault Models." In 25th IEEE VLSI Test Symmposium. IEEE, 2007. http://dx.doi.org/10.1109/vts.2007.74.
Full textReports on the topic "Static Test"
Wilkerson, Stephen, Virginia Fulton, and Joe Thiravong. M256 Static Load Test. Fort Belvoir, VA: Defense Technical Information Center, August 1993. http://dx.doi.org/10.21236/ada267733.
Full textFoltz, M. F., and L. R. Simpson. LLNL small-scale static spark machine: static spark sensitivity test. Office of Scientific and Technical Information (OSTI), August 1999. http://dx.doi.org/10.2172/14485.
Full textJensen, Richard Pearson, and Jeffery L. Cherry. Static load test of Arquin-designed CMU wall. Office of Scientific and Technical Information (OSTI), December 2008. http://dx.doi.org/10.2172/946573.
Full textDeYoung, Anemarie, Vincent Yuan, George Morgan, Richard Anderson, Timothy Beller, Andrew Cooper, Theresa Cutler, et al. NDSE Static Series V & VI Test Results. Office of Scientific and Technical Information (OSTI), September 2020. http://dx.doi.org/10.2172/1660590.
Full textBennett, N., M. Blasco, D. Constantino, V. DiPuccio, J. Friedman, B. Gall, S. Gardner, et al. Dense Plasma Focus Diagnostic Suite for the Surrogate Static Test. Office of Scientific and Technical Information (OSTI), February 2016. http://dx.doi.org/10.2172/1530554.
Full textSundaresan, M. J., M. J. Schulz, and A. Ghoshal. Structural Health Monitoring Static Test of a Wind Turbine Blade: August 1999. Office of Scientific and Technical Information (OSTI), March 2002. http://dx.doi.org/10.2172/15000129.
Full textPowers, Edward D., and Edward C. Jones. Truetime Model GPS-DC-552 MK III GPS Receiver Live Static Test,. Fort Belvoir, VA: Defense Technical Information Center, April 1997. http://dx.doi.org/10.21236/ada324042.
Full textKrohn, Jerome. Static Pull Test of Tiedown Anchors on M127-12-Ton Stake Semitrailer. Fort Belvoir, VA: Defense Technical Information Center, July 1987. http://dx.doi.org/10.21236/ada207156.
Full textKretschmann, David E., Ron Faller, Jason Hascall, John Reid, Dean Sicking, John Rohde, Dick Shilts, and Tim Nelson. Investigating the use of small-diameter softwood as guardrail posts: static test results. Madison, WI: U.S. Department of Agriculture, Forest Service, Forest Products Laboratory, 2007. http://dx.doi.org/10.2737/fpl-rp-640.
Full textSimbeck, D. J. Static renewal tests using Anodonta imbecillis (freshwater mussels). Anodonta imbecillis QA test 3, Clinch River-Environmental Restoration Program (CR-ERP). Office of Scientific and Technical Information (OSTI), December 1994. http://dx.doi.org/10.2172/569068.
Full text