Academic literature on the topic 'Test Stub'
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 'Test Stub.'
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 "Test Stub"
Dong, Chang Chun, and Wei Zhao. "Test Analysis of Stiffened T-Stub Connections." Applied Mechanics and Materials 744-746 (March 2015): 319–22. http://dx.doi.org/10.4028/www.scientific.net/amm.744-746.319.
Full textChan, T. W. K., T. Rezansoff, and M. U. Hosain. "Behavior of headed shear studs in stub–girder stub assemblages." Canadian Journal of Civil Engineering 13, no. 1 (February 1, 1986): 106–15. http://dx.doi.org/10.1139/l86-014.
Full textTing, Chui Huon Tina, and Hieng Ho Lau. "Compression Test on Cold-Formed Steel Built-Up Back-to-Back Channels Stub Columns." Advanced Materials Research 201-203 (February 2011): 2900–2903. http://dx.doi.org/10.4028/www.scientific.net/amr.201-203.2900.
Full textNadaskay, Anthony J., and C. Dale Buckner. "Direct Model Test of Stub Girder Floor System." Journal of Structural Engineering 111, no. 7 (July 1985): 1504–16. http://dx.doi.org/10.1061/(asce)0733-9445(1985)111:7(1504).
Full textWang, Yuan Xi, Xi Kai Du, and Jing Hong Liu. "Research on the mechanical properties of concrete stub column under axial compression loading with square steel tube self-compacting iron tailing." E3S Web of Conferences 165 (2020): 04024. http://dx.doi.org/10.1051/e3sconf/202016504024.
Full textHuo, Jing Si, Guo Wang Huang, and Yan Xiao. "Effects of Sustained Pre-Load on Residual Strength and Stiffness of Concrete-Filled Steel Tube after Exposure to High Temperatures." Key Engineering Materials 400-402 (October 2008): 769–74. http://dx.doi.org/10.4028/www.scientific.net/kem.400-402.769.
Full textChen, Shi Zhe, Zhan Wang, and Chao Zhou. "Performance Study for T-Stub Considering the Bending Capacity of Bolt." Applied Mechanics and Materials 741 (March 2015): 175–78. http://dx.doi.org/10.4028/www.scientific.net/amm.741.175.
Full textJain, Abhinav, and Rana Pratap Yadav. "Design and development of rigid coaxial line based variable stub tuner." Frequenz 75, no. 5-6 (February 22, 2021): 153–58. http://dx.doi.org/10.1515/freq-2020-0085.
Full textZhu, Xiaoming, and Zhaoqi Wu. "Study on New Bolted T-Stub Connection with Inserted Plates under Axial and Cyclic Loads." Applied Sciences 10, no. 7 (April 10, 2020): 2631. http://dx.doi.org/10.3390/app10072631.
Full textWang, Wei, Chenchen Zhang, Zeshen Li, and Xuehong Gan. "A Study on the Application of Two Different Material Constitutive Models Used in the FE Simulation of the Cyclic Plastic Behavior of a Steel Beam-Column T-Stub Connection." Advances in Civil Engineering 2021 (February 8, 2021): 1–14. http://dx.doi.org/10.1155/2021/8868015.
Full textDissertations / Theses on the topic "Test Stub"
Nuttayasakul, Nuthaporn. "Experimental and Analytical Studies of the Behavior of Cold-Formed Steel Roof Truss Elements." Diss., Virginia Tech, 2005. http://hdl.handle.net/10919/29765.
Full textPh. D.
Rambo-Roddenberry, Michelle. "Behavior and Strength of Welded Stud Shear Connectors." Diss., Virginia Tech, 2002. http://hdl.handle.net/10919/26989.
Full textPh. D.
Ré, Reginaldo. "Uma contribuição para a minimização do número de stubs no teste de integração de programas orientados a aspectos." Universidade de São Paulo, 2009. http://www.teses.usp.br/teses/disponiveis/55/55134/tde-28042010-114822/.
Full textAspect-oriented programming is an approach that uses principles of separation of concerns to improve the sofware modularization. Testing of aspect-oriented programs is a new challenge related to this approach. Two aspects and classes test order strategies to support integration testing of aspect-oriented programs are proposed in this thesis. The objective of these strategies is to reduce the cost of testing activities through the minimization of the number of implemented stubs during integration test. An aspectual dependency model and a diagram which describes dependencies among classes and aspects called AORD (Aspect and Object Relation Diagram) used by the ordering strategies are also proposed. The aspectual dependency model and the AORD were defined considering the syntax constructions and the semantics of AspectJ. As the proposed estrategies should be applied in design phase of software development, a process to map a desing model using UML and MATA notations into a AORD is proposed in order to support the ordering strategies. The mapping process is composed by rules that show how to map both aspect and object-oriented dependencies. A characterization exploratory study using three systems implemented with AspectJ was conducted to validate the ordering strategies, the aspectual dependency model and the AORD. Interesting samples of stubs implementations were collected during the study conduction. The stubs were analyzed and classified. Based on these analysis and classification a catalog of stubs and drivers is presented
Mudduluru, Sandhya. "Investigation of Test-Driven Development based on Mock Objects for Non-OO Languages." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2012. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-78643.
Full textMuráň, Michal. "Návrh a implementace průběžné integrace ve společnosti Logio." Master's thesis, Vysoké učení technické v Brně. Fakulta informačních technologií, 2015. http://www.nusl.cz/ntk/nusl-264949.
Full textBiasi, Luciano Bathaglini. "Geração automatizada de drivers e stubs de teste para JUnit a partir de especificações U2TP." Pontifícia Universidade Católica do Rio Grande do Sul, 2006. http://hdl.handle.net/10923/1691.
Full textTesting has become essential to assure the quality of software products. Within the process test, unit test is performed on the smallest funcional part of the software and it aims at discovering defects in these units. JUnit is a unit test tool, which assists developers in the automation of tests and verification of results. However, much time, cost and effort are still spent to codify drivers and stubs, which most of the time jeopardizes its use. Another problem found in the unit test is the need of cases test specification in a higher level language, which is independent of any specific programming language. The Test Profile of UML 2. 0 (U2TP) solves this problem, because it allows to represent and document all artifacts used in the test process. This work aims at the fully automated generation of test drivers and stubs for JUnit from U2TP test specifications. A case study has shown that the developed algorithms correctly generated all test code, considering all elements explored in this work. The main goal of the case study was the validation of the correctness of the generated code, as well as the quantitative analysis of time consumed and number of code lines generated.
Atualmente a área de teste de software tem se tornado fundamental para garantia da qualidade dos produtos desenvolvidos. Dentro do processo de teste, o teste unitário é realizado na menor parte funcional de um software e visa descobrir defeitos nestas unidades. JUnit é uma ferramenta de apoio ao teste unitário, a qual auxilia desenvolvedores na automação dos testes e verificação dos resultados. Porém, muito tempo, custo e esforço ainda são gastos para codificar os drivers e os stubs de teste necessários a esta ferramenta, o que muitas vezes inviabiliza o seu uso. Outro problema encontrado no processo de teste unitário é a necessidade de especificação dos casos de teste em uma linguagem de mais alto nível, que seja independente de linguagem de programação. O Perfil de Teste da UML 2. 0 (U2TP) resolve este problema, pois permite representar e documentar todos artefatos utilizados no processo de teste. Esta dissertação de mestrado tem por objetivo a geração totalmente automatizada de drivers e stubs de teste para ferramenta JUnit a partir de especificações de testes modeladas com a U2TP. Um estudo de caso mostrou que os algoritmos propostos geraram corretamente todo código de teste para todos elementos explorados neste trabalho. O estudo de caso teve como principais objetivos a validação correta do código gerado, bem como uma análise quantitativa em relação ao tempo envolvido e número de linhas de código geradas.
Biasi, Luciano Bathaglini. "Gera??o automatizada de drivers e stubs de teste para JUnit a partir de especifica??es U2TP." Pontif?cia Universidade Cat?lica do Rio Grande do Sul, 2006. http://tede2.pucrs.br/tede2/handle/tede/5043.
Full textAtualmente a ?rea de teste de software tem se tornado fundamental para garantia da qualidade dos produtos desenvolvidos. Dentro do processo de teste, o teste unit?rio ? realizado na menor parte funcional de um software e visa descobrir defeitos nestas unidades. JUnit ? uma ferramenta de apoio ao teste unit?rio, a qual auxilia desenvolvedores na automa??o dos testes e verifica??o dos resultados. Por?m, muito tempo, custo e esfor?o ainda s?o gastos para codificar os drivers e os stubs de teste necess?rios a esta ferramenta, o que muitas vezes inviabiliza o seu uso. Outro problema encontrado no processo de teste unit?rio ? a necessidade de especifica??o dos casos de teste em uma linguagem de mais alto n?vel, que seja independente de linguagem de programa??o. O Perfil de Teste da UML 2.0 (U2TP) resolve este problema, pois permite representar e documentar todos artefatos utilizados no processo de teste. Esta disserta??o de mestrado tem por objetivo a gera??o totalmente automatizada de drivers e stubs de teste para ferramenta JUnit a partir de especifica??es de testes modeladas com a U2TP. Um estudo de caso mostrou que os algoritmos propostos geraram corretamente todo c?digo de teste para todos elementos explorados neste trabalho. O estudo de caso teve como principais objetivos a valida??o correta do c?digo gerado, bem como uma an?lise quantitativa em rela??o ao tempo envolvido e n?mero de linhas de c?digo geradas.
Forsling, Parborg Emma. "Towards replacing the remote control with commodity smart-phones through evaluation of interaction techniques enabling television service navigation." Thesis, Linköpings universitet, Medie- och Informationsteknik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-144581.
Full textLacroix, Daniel. "Behaviour of Light-frame Wood Stud Walls Subjected to Blast Loading." Thèse, Université d'Ottawa / University of Ottawa, 2013. http://hdl.handle.net/10393/24339.
Full textCamara, Aliou Badara. "Analyse du comportement en fatigue d'assemblages boulonnés." Thesis, Université Clermont Auvergne (2017-2020), 2019. http://www.theses.fr/2019CLFAC105.
Full textThe structural integrity of mechanical components and their assemblies is a major design purpose. The applications may concern the aeronautics, the automobile, the railway as well as structures such as bridges or masts subjected to cyclic loads or to variable amplitude stress states. This leads the design engineer to take into account various phenomena, including fatigue, a dominant factor that may lead, under dynamic stress, to the failure of structures or parts of them. The mechanical components are generally subjected in service to multiaxial stress states. Taking into account the triaxiality of stress states requires the use of multiaxial fatigue criteria. They are suitable tools for assessing the material fatigue resistance against periodical stress states, especially when they are multiaxial. A fatigue post-processing tool is developed and implemented under Matlab software to assess on the one hand, the damage level at the fixed endurance limit of the material (2.106 cycles) and, on the other hand, the fatigue life up to crack initiation from an iterative fatigue calculation process. The two multiaxial fatiguecriteria used are Dang Van criterion (critical plane approach) and Zenner criterion (integral approach). Then, the fatigue post-processing tool is validated by fatigue test results from the bibliography. These fatigue tests are performed on M10 bolts of 8.8 quality class. The results are compared with those obtained from existing standards (Eurocode 3 and VDI 2230). The two multiaxial fatigue criteria used inthis work are compared and validated from the database of multiaxial tests found in the literature. Bolted or welded assemblies are singular areas in the structures. In order to better understand the fatiguebehavior of the bolt in an assembly, a tee-stub in which the bolt can be pre-stressed by clamping is modeled by finite elements under Salome-meca software. The preload is modeled numerically by imposing a relative axial displacement between the nodes of the nut and those of the rod of the screw. The FB axial force and the MB bending moment obtained in the screw with the numerical model of the tee-stub is validated by analytical solutions on the one hand and by experimental results (static tension tests on a tee-stub) on the other hand. A parametric study is conducted to analyze the fatigue influences of the bolt preload, its diameter, its location with respect to the tee-stub soul and the flange thickness. The analysis first focused on the bolt damage level, then on its fatigue life using the multiaxial fatigue post-processing tool built as part of this work. Numerical simulations of damage and fatigue life show a different behavior of the two multiaxial fatigue approaches to take into account the effect of a significanttightening. Experimental tests run on a tee-stub were also conducted to validate the numerical model with respect to the FB axial force and the MB bending moment
Books on the topic "Test Stub"
van, Pelt W., and F. J. Hartman. Invoeringswet: Wet inkomstenbelasting 2001 : tekst en toelichting op de Invoeringswet Wet IB 2001 (Stb. 2001,1). 3rd ed. Amersfoort: Sdu Fiscale & Financiële Uitgevers, 2001.
Find full textJaffe, Eugene D. Barron's pass key to the GMAT (Computer-Adaptive Graduate Management Admission Test). 3rd ed. Hauppauge, NY: Barron's Educational Series, 2001.
Find full text1970-, Johnson Drew, ed. Parent's guide to the Ohio proficiency tests for grade 4 : reading, writing, and mathematics. New York: Simon & Schuster, 2000.
Find full textG, Bush Harold, and Langley Research Center, eds. Structural test documentation and results for the McDonnell Douglas all-composite wing stub box. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1997.
Find full textCorrelation of structural analysis and test results for the McDonnell Douglas stitched/RFI all-composite wing stub box. Hampton, Va: National Aeronautics and Space Administration, Langley Research Center, 1996.
Find full textMarko, Pavlyshyn, and Monash University. Dept. of Slavic Languages., eds. Stus i︠a︡k tekst. Melʹborn: Universytet im Monasha Viddil Slavistyky, 1992.
Find full textMunem, Et Al. Test Manual T/A Alg Coll Stud: Subj. Institute of Electrical & Electronics Enginee, 1988.
Find full textBook chapters on the topic "Test Stub"
Dörre, Jochen, and Ingo Raasch. "The STUF workbench." In Text Understanding in LILOG, 55–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54594-8_51.
Full textDörre, Jochen. "The language of STUF." In Text Understanding in LILOG, 39–50. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54594-8_49.
Full textSeiffert, Roland. "Chart-parsing of STUF grammars." In Text Understanding in LILOG, 51–54. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54594-8_50.
Full textDörre, Jochen, and Roland Seiffert. "A formalism for natural language — STUF." In Text Understanding in LILOG, 29–38. Berlin, Heidelberg: Springer Berlin Heidelberg, 1991. http://dx.doi.org/10.1007/3-540-54594-8_48.
Full textBeerepoot, C. C., R. N. van Donk, H. E. G. M. C. Hermans, and J. J. M. Linders. "Tekst WTG ExPres (Stb. 2005, 24)." In Algemene Wet Bijzondere Ziektekosten, 874–79. Houten: Bohn Stafleu van Loghum, 2010. http://dx.doi.org/10.1007/978-90-313-8820-2_103.
Full textHuynh, Le Anh Thi, Cao Hung Pham, and Kim J. R. Rasmussen. "Numerical Simulations of Cold-Rolled Aluminium Alloy 5052 Channel Sections in Stub Column Tests." In Lecture Notes in Civil Engineering, 202–12. Singapore: Springer Singapore, 2017. http://dx.doi.org/10.1007/978-981-10-6713-6_19.
Full textBrust, F. W., P. Dong, and T. Kilinski. "Welded plate and T-stub tests and impact on structural behavior of moment frame connections." In Behaviour of Steel Structures in Seismic Areas, 141–46. London: CRC Press, 2021. http://dx.doi.org/10.1201/9781003211198-21.
Full text"Stub column test procedure." In Testing of Metals for Structures, 393–94. CRC Press, 1991. http://dx.doi.org/10.1201/9781482267068-41.
Full text"Table 1. Stub column test." In Tubular Structures V, 168. CRC Press, 2004. http://dx.doi.org/10.1201/9781482271355-85.
Full text"test results using the stub yield." In Tubular Structures V, 183. CRC Press, 2004. http://dx.doi.org/10.1201/9781482271355-96.
Full textConference papers on the topic "Test Stub"
Letavin, Denis A., Victor A. Chechetkin, and Yuriy E. Mitelman. "Compact Four-Stub Coupler." In 2018 IEEE East-West Design & Test Symposium (EWDTS). IEEE, 2018. http://dx.doi.org/10.1109/ewdts.2018.8524671.
Full textBowen, Judy, and Swikrit Khanal. "Test Stub Generation from Interaction and Behavioural Models." In EICS '18: ACM SIGCHI Symposium on Engineering Interactive Computing Systems. New York, NY, USA: ACM, 2018. http://dx.doi.org/10.1145/3220134.3220138.
Full textRé, Reginaldo, Otávio Augusto Lazzarini Lemos, and Paulo Cesar Masiero. "Minimizing stub creation during integration test of aspect-oriented programs." In the 3rd workshop. New York, New York, USA: ACM Press, 2007. http://dx.doi.org/10.1145/1229384.1229385.
Full textLetavin, Denis A., and Ilya A. Terebov. "Investigation of a Broadband Five-Stub 3 dB Coupler Using Microstrip Cells." In 2020 IEEE East-West Design & Test Symposium (EWDTS). IEEE, 2020. http://dx.doi.org/10.1109/ewdts50664.2020.9224938.
Full textZhong, Jia, Han Wang, Nan Wang, Jinyi Zhang, Yujia Liu, Wen Liu, and Kai Zhang. "Numerical and Theoretical Study on Parameter Selection of Acoustic Load Test of Steam Dryer." In 2016 24th International Conference on Nuclear Engineering. American Society of Mechanical Engineers, 2016. http://dx.doi.org/10.1115/icone24-61023.
Full textTakahashi, Shiro, Keita Okuyama, Akinori Tamura, Yasuhiro Mabuchi, Teppei Kubota, and Kazuhiro Yoshikawa. "Development of BWR Steam Dryer Loading Evaluation Methods Through Scale Model Tests Under Actual Steam Conditions." In ASME 2013 Pressure Vessels and Piping Conference. American Society of Mechanical Engineers, 2013. http://dx.doi.org/10.1115/pvp2013-97564.
Full textTakahashi, Shiro, Masaya Ohtsuka, Keita Okuyama, Takashi Ito, and Kazuhiro Yoshikawa. "Experimental Study of Acoustic and Flow-Induced Vibrations in BWR Main Steam Lines and Steam Dryers." In ASME 2008 Pressure Vessels and Piping Conference. ASMEDC, 2008. http://dx.doi.org/10.1115/pvp2008-61318.
Full textLiao, Feiyu, Chao Hou, W. J. Zhang, and J. Ren. "Tests on sea sand concrete-filled stainless steel tubular stub columns." In 12th international conference on ‘Advances in Steel-Concrete Composite Structures’ - ASCCS 2018. Valencia: Universitat Politècnica València, 2018. http://dx.doi.org/10.4995/asccs2018.2018.6937.
Full textAttia, Marco S., Richard W. Eustace, and Shane C. Favaloro. "The Predicted and Measured Effects of Increasing Back Pressure on the Performance of a Turboshaft Engine." In ASME Turbo Expo 2010: Power for Land, Sea, and Air. ASMEDC, 2010. http://dx.doi.org/10.1115/gt2010-22323.
Full textHe, Ziqi, Dan Gan, Tao Zhang, and Xuhong Zhou. "Experimental investigation on the bamboo-concrete filled circular steel tubular stub columns." In 12th international conference on ‘Advances in Steel-Concrete Composite Structures’ - ASCCS 2018. Valencia: Universitat Politècnica València, 2018. http://dx.doi.org/10.4995/asccs2018.2018.7138.
Full textReports on the topic "Test Stub"
WANG, Liping, Xing-Xing CAO, Fa-Xing DING, and Yi SUN. COMPRESSION TESTS OF CONCRETE-FILLED DOUBLE CIRCULAR STEEL TUBULAR STUB COLUMNS. The Hong Kong Institute of Steel Construction, December 2018. http://dx.doi.org/10.18057/icass2018.p.083.
Full textDenis-Courmont, R. Test Vectors for Session Traversal Utilities for NAT (STUN). RFC Editor, April 2010. http://dx.doi.org/10.17487/rfc5769.
Full textRobertson, David W., and Thomas Trent. Documentation of Muscularly Demanding Job Tasks and Validation of an Occupational Strength Test Battery (STB). Fort Belvoir, VA: Defense Technical Information Center, November 1985. http://dx.doi.org/10.21236/ada162781.
Full textEXPERIMENTAL STUDY ON SEISMIC PERFORMANCE OF PEC COMPOSITE COLUMN-STEEL BEAM FRAME WITH WELDED T-STUB STRENGTHENED CONNECTIONS. The Hong Kong Institute of Steel Construction, September 2021. http://dx.doi.org/10.18057/ijasc.2021.17.3.5.
Full text