Academic literature on the topic 'GUI 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 'GUI 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 "GUI test"
Gandhi, G. Mohan Doss, and Anitha S. Pillai. "Challenges in GUI Test Automation." International Journal of Computer Theory and Engineering 6, no. 2 (2014): 192–95. http://dx.doi.org/10.7763/ijcte.2014.v6.860.
Full textGao, Zebao, Zhenyu Chen, Yunxiao Zou, and Atif M. Memon. "SITAR: GUI Test Script Repair." IEEE Transactions on Software Engineering 42, no. 2 (February 1, 2016): 170–86. http://dx.doi.org/10.1109/tse.2015.2454510.
Full textPriya, G. Geetha, and B. Narendra Kumar Rao. "GUI Test Script Repair in Regression Testing." International Journal of Emerging Research in Management and Technology 6, no. 6 (June 29, 2018): 318. http://dx.doi.org/10.23956/ijermt.v6i6.289.
Full textFang, Xiaoxin, Bin Sheng, Ping Li, Dan Wu, and Enhua Wu. "Automatic GUI test by using SIFT matching." China Communications 13, no. 9 (September 2016): 227–36. http://dx.doi.org/10.1109/cc.2016.7582314.
Full textMateo Navarro, Pedro Luis, Diego Sevilla Ruiz, and Gregorio Martínez Pérez. "A Proposal for Automatic Testing of GUIs Based on Annotated Use Cases." Advances in Software Engineering 2010 (November 5, 2010): 1–8. http://dx.doi.org/10.1155/2010/671284.
Full textWan, Lin, and Qiu Ling Fan. "A Test Case Reuse Strategy on GUI Software." Applied Mechanics and Materials 543-547 (March 2014): 3339–42. http://dx.doi.org/10.4028/www.scientific.net/amm.543-547.3339.
Full textTao, Chuanqi, and Jerry Gao. "Building a Model-Based GUI Test Automation System for Mobile Applications." International Journal of Software Engineering and Knowledge Engineering 26, no. 09n10 (November 2016): 1605–15. http://dx.doi.org/10.1142/s0218194016710042.
Full textMa, Yingzhe, and Eun-Man Choi. "Functional Test Automation for Android GUI Widgets Using XML." KIPS Transactions:PartD 19D, no. 2 (April 30, 2012): 203–10. http://dx.doi.org/10.3745/kipstd.2012.19d.2.203.
Full textMaitrikul, C., and Y. Limpiyakorn. "GUI Test Case Prioritization using Social Network Analysis." Journal of Physics: Conference Series 1619 (August 2020): 012020. http://dx.doi.org/10.1088/1742-6596/1619/1/012020.
Full textTokgoz, Serkan, Yiya Hao, and Issa M. Panahi. "A hearing test simulator GUI for clinical testing." Journal of the Acoustical Society of America 143, no. 3 (March 2018): 1815. http://dx.doi.org/10.1121/1.5035952.
Full textDissertations / Theses on the topic "GUI test"
Wang, Lei. "GUI test automation for Qt application." Thesis, Linköpings universitet, Institutionen för datavetenskap, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-121719.
Full textForslin, Sara. "Automatiska GUI-test : En teoretisk och praktisk studie för hållbarare test." Thesis, Uppsala universitet, Avdelningen för datorteknik, 2010. http://urn.kb.se/resolve?urn=urn:nbn:se:uu:diva-146754.
Full textYuan, Xun. "Feedback-directed model-based GUI test case generation." College Park, Md.: University of Maryland, 2008. http://hdl.handle.net/1903/8621.
Full textThesis research directed by: Dept. of Computer Science. Title from t.p. of PDF. Includes bibliographical references. Published by UMI Dissertation Services, Ann Arbor, Mich. Also available in paper.
GUILHON, RAQUEL JAUFFRET. "GUI TEST SUITE AUTOMATIC GENERATION FROM PETRI NET." PONTIFÍCIA UNIVERSIDADE CATÓLICA DO RIO DE JANEIRO, 2014. http://www.maxwell.vrac.puc-rio.br/Busca_etds.php?strSecao=resultado&nrSeq=24513@1.
Full textNa etapa de testes de software, as falhas podem ser reveladas e em seguida diagnosticadas a fim de identificar os defeitos que a causaram. Os testes devem idealmente ser aplicados desde o nível da unidade até o nível mais elevado do software, como o teste de sistema. Em um destes níveis está o teste da interface gráfica, ou Graphical User Interface (GUI). Garantir o correto funcionamento da GUI quanto ao estado de seus elementos após diversos eventos de usuário, é tão importante quanto o teste de outras camadas, pois a GUI é um meio direto de interação com a aplicação, sendo o recurso que mais influencia em como será qualificada a experiência pelo usuário final. Este trabalho propõe uma abordagem de teste baseado em modelo, ou Model-Based Testing (MBT), utilizando Redes de Petri (RP) de alto nível para representar a interface gráfica. A Rede de Petri é uma ferramenta de modelagem e uma linguagem de especificação de base matemática que define graficamente a estrutura de sistemas especialmente concorrentes. Uma característica importante das RPs é que elas podem ser simuladas, permitindo que se observe o comportamento do sistema e que se obtenha a geração de casos de teste a partir dos caminhos executados na simulação. Foi investigada a geração de suítes de teste para interface gráfica a partir do modelo Rede de Petri. Para isso, considerou-se a relação entre as ações do usuário e os estados resultantes na GUI, percebendo como uma RP pode modelá-los. Uma ferramenta de apoio foi desenvolvida para que, a partir das simulações realizadas na Rede de Petri, suítes de teste fossem geradas na linguagem C mais mais, tornando possível a execução automática em um software de estudo. Por fim, o critério de teste Análise de Mutantes, que mede a eficácia da suíte gerada a partir da RP, foi empregado como um dos meios de validação deste trabalho.
In software testing stage, faults can be revealed and then diagnosed to identify defects that caused it. Tests should ideally be applied from the unit level to the higher level of software, such as system testing. In one of these levels resides GUI (Graphical User Interface) testing. Ensuring the correct operation of the GUI on the state of its elements after various user events is as important as the other layers tests, since GUI is a direct way to interact with the application, being the feature that most influences how the experience will be qualified by the end user. This paper proposes a Model-Based Testing (MBT) approach using high-level Petri Nets (RP) to represent graphical user interface. Petri Net is a modeling tool and a mathematical specification language that graphically defines the structure of systems, specially the concurrent ones. An important feature of RPs is that they can be simulated, allowing one to observe the behavior of the system and to obtain the generation of test cases from the paths executed in the simulation. The generation of test suites for GUI from the Petri Net model was investigated. For this, we considered the relationship between user actions and resulting states in the GUI, realizing how an RP can model them. A support tool was developed so that, from the simulations of Petri Net, test suites were generated in C plus plus language, making it possible to auto-run them on a study software. Finally, the Mutation Analysis test criterion, which measures the effectiveness of the suite generated from RP, was employed as a means of validation of this work.
Petersén, Elin. "Examining maintenance cost of automated GUI tests : An empirical study of how test script design affects the maintenance of automated visual GUI tests." Thesis, Linköpings universitet, Programvara och system, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-171783.
Full textLaurén, Rebecka. "Investigating GUI test automation ROI : An industrial case study." Thesis, Mälardalens högskola, Akademin för innovation, design och teknik, 2015. http://urn.kb.se/resolve?urn=urn:nbn:se:mdh:diva-28314.
Full textLundin, Gustav. "Development of Graphical User Interface for the TSE test framework." Thesis, University West, Department of Technology, Mathematics and Computer Science, 2005. http://urn.kb.se/resolve?urn=urn:nbn:se:hv:diva-573.
Full textDahl, Thomas Eva, and Robin Borg. "Automatiserade GUI-tester i praktiken : En fallstudie på Triona AB." Thesis, Högskolan Dalarna, Informatik, 2020. http://urn.kb.se/resolve?urn=urn:nbn:se:du-34255.
Full textTesting is a necessary but costly part of software development. Tests are performed at different abstraction levels and can be either manual or automated. On the lowest level of abstraction, where unit testing is performed, automated testing is commonplace and relatively uncomplicated, whereas system testing is more difficult to automate. This is especially true for GUI-testing, which requires special tools. Triona wished to investigate possibilities to automate regression testing of the GUI for its C-load product, which is a Cloud-based web-service for contract-based transport booking. The purpose of this case study was to evaluate one tool for automated GUI-testing (AGT) against the C-Load team’s expectations on AGT, and based on the result recommend Triona how to proceed in the process of implementing AGT. Literature studies, observations and interviews were conducted to fulfil the purpose. GUI-testing tools can be classified into three categories: script-based, model-based and scriptless. One conclusion was that a script-based tool, where test scripts are manually coded would best suit Triona’s needs. The most used tool in that category, Selenium WebDriver, was tested and evaluated against requirements. Prior research shows that common challenges encountered when using script-based GUItests are the workload required to create and maintain test scripts and that the tests can deliver inconsistent or “flaky” results. These challenges were confirmed during our analysis. Our conclusion is that it is possible to automate C-Load regression tests with Selenium WebDriver, and that it would eventually free up time. However, a considerable effort is initially required to implement automated testing. Selenium Webdriver only partly fulfills the C-Load team’s expectations on AGT. Before a decision is taken, the C-Load team should evaluate more tools. When evaluating tools for AGT, Triona should take note that Selenium Webdriver can be deficient when it comes to testing applications based on modern web frameworks.
Kurin, Erik, and Adam Melin. "Data-driven test automation : augmenting GUI testing in a web application." Thesis, Linköpings universitet, Programvara och system, 2013. http://urn.kb.se/resolve?urn=urn:nbn:se:liu:diva-96380.
Full textPolepalle, Chahna, and Ravi Shankar Kondoju. "Evidence and perceptions on GUI test automation : An explorative Multi-Case study." Thesis, Blekinge Tekniska Högskola, Institutionen för programvaruteknik, 2017. http://urn.kb.se/resolve?urn=urn:nbn:se:bth-15455.
Full textBooks on the topic "GUI test"
Li, Kanglin. Effective GUI test automation: Developing an automated GUI testing tool. San Francisco, Calif: SYBEX, 2005.
Find full textEffective GUI test automation: Developing an automated GUI testing tool. San Francisco, Calif: SYBEX, 2005.
Find full textShe hui gui lü shu xing yu xing zheng wen ze shi jian jian yan: The attribute of social law and its empirical test in administrative accountability. Beijing Shi: She hui ke xue wen xian chu ban she, 2010.
Find full textCe yan gai yao. [Beijing: Beijing zhong xian tuo fang ke ji fa zhan you xian gong si, 2012.
Find full textCasellato, Alessandro, ed. «Lavoro e conoscenza» dieci anni dopo. Florence: Firenze University Press, 2014. http://dx.doi.org/10.36253/978-88-6655-516-2.
Full textCaprettini, Gian Paolo. Segni, testi, comunicazione: Gli strumenti semiotici. Torino: UTET libreria, 1997.
Find full textBastianini, Guido, Francesca Maltomini, and Gabriella Messeri, eds. Papiri della Società Italiana. Vol. XVI. Florence: Firenze University Press, 2013. http://dx.doi.org/10.36253/978-88-6655-383-0.
Full textPieri, Paolo Francesco. A partire da Jung: I testi e gli analisti. Milano: La biblioteca di Vivarium, 1998.
Find full textPerissinotto, Alessandro. Il testo multimediale: Gli ipertesti tra semiotica e didattica. Torino: UTET libreria, 2000.
Find full textBook chapters on the topic "GUI test"
Bilke, Lars, Thomas Fischer, Dmitri Naumov, Daniel Pötschke, Karsten Rink, Amir Shoarian Sattari, Patrick Schmidt, Wenqing Wang, and Keita Yoshioka. "Code Descriptions." In GeomInt–Mechanical Integrity of Host Rocks, 243–54. Cham: Springer International Publishing, 2021. http://dx.doi.org/10.1007/978-3-030-61909-1_7.
Full textHa, Leegeun, Sungwon Kang, Jihyun Lee, and Younghun Han. "Automatic Generation of GUI Test Inputs Using User Configurations." In Big Data, Cloud Computing, Data Science & Engineering, 103–16. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-96803-2_9.
Full textChen, Tianxiang, Tao Song, Shusheng He, and Alei Liang. "A GUI-Based Automated Test System for Android Applications." In Advances in Intelligent Systems and Computing, 517–24. Singapore: Springer Singapore, 2018. http://dx.doi.org/10.1007/978-981-13-0344-9_44.
Full textJääskeläinen, Antti. "Towards Model Construction Based on Test Cases and GUI Extraction." In Testing Software and Systems, 225–30. Cham: Springer International Publishing, 2016. http://dx.doi.org/10.1007/978-3-319-47443-4_15.
Full textMauser, Daniel, Alexander Klaus, and Konstantin Holl. "Towards a GUI Test Model Using State Charts and Programming Code." In Testing Software and Systems, 271–76. Berlin, Heidelberg: Springer Berlin Heidelberg, 2013. http://dx.doi.org/10.1007/978-3-642-41707-8_18.
Full textBauersfeld, Sebastian, Stefan Wappler, and Joachim Wegener. "A Metaheuristic Approach to Test Sequence Generation for Applications with a GUI." In Search Based Software Engineering, 173–87. Berlin, Heidelberg: Springer Berlin Heidelberg, 2011. http://dx.doi.org/10.1007/978-3-642-23716-4_17.
Full textNurmuradov, Dmitry, Renée Bryce, Shraddha Piparia, and Barrett Bryant. "Clustering and Combinatorial Methods for Test Suite Prioritization of GUI and Web Applications." In Advances in Intelligent Systems and Computing, 459–66. Cham: Springer International Publishing, 2018. http://dx.doi.org/10.1007/978-3-319-77028-4_60.
Full textHubertz, Johannes. "GUI Tests." In Xpert.press, 183–222. Berlin, Heidelberg: Springer Berlin Heidelberg, 2016. http://dx.doi.org/10.1007/978-3-662-48603-0_7.
Full textArlt, Stephan, Pedro Borromeo, Martin Schäf, and Andreas Podelski. "Parameterized GUI Tests." In Testing Software and Systems, 247–62. Berlin, Heidelberg: Springer Berlin Heidelberg, 2012. http://dx.doi.org/10.1007/978-3-642-34691-0_18.
Full textSaha, Shaibal, and Supratic Chakraborty. "Development of GUI Based Test and Measurement Facilities for Studying Properties of MOS Devices in Clean Room Environment." In Lecture Notes in Electrical Engineering, 595–608. New York, NY: Springer New York, 2012. http://dx.doi.org/10.1007/978-1-4614-3535-8_50.
Full textConference papers on the topic "GUI test"
Murthy, PVR, and Andreas Ulrich. "Distributed GUI Test Automation." In 2017 14th IEEE India Council International Conference (INDICON). IEEE, 2017. http://dx.doi.org/10.1109/indicon.2017.8487560.
Full textLu, Lu, and Ying Huang. "Automated GUI Test Case Generation." In 2012 International Conference on Computer Science and Service System (CSSS). IEEE, 2012. http://dx.doi.org/10.1109/csss.2012.151.
Full textZhu, Xiaochun, Bo Zhou, Juefeng Li, and Qiu Gao. "A test automation solution on GUI functional test." In 2008 6th IEEE International Conference on Industrial Informatics (INDIN). IEEE, 2008. http://dx.doi.org/10.1109/indin.2008.4618325.
Full textYandrapally, Rahulkrishna, Giriprasad Sridhara, and Saurabh Sinha. "Automated Modularization of GUI Test Cases." In 2015 IEEE/ACM 37th IEEE International Conference on Software Engineering (ICSE). IEEE, 2015. http://dx.doi.org/10.1109/icse.2015.27.
Full textYuan, Xun, and Atif M. Memon. "Alternating GUI Test Generation and Execution." In Industrial Conference - Practice and Research Techniques (TAIC PART). IEEE, 2008. http://dx.doi.org/10.1109/taic-part.2008.10.
Full textCheng, Lin, Zijiang Yang, and Chao Wang. "Systematic reduction of GUI test sequences." In 2017 32nd IEEE/ACM International Conference on Automated Software Engineering (ASE). IEEE, 2017. http://dx.doi.org/10.1109/ase.2017.8115696.
Full textZhao, Lei, and Kai-Yuan Cai. "On Modeling of GUI Test Profile." In 2010 IEEE International Conference on Software Testing Verification and Validation Workshop (ICSTW). IEEE, 2010. http://dx.doi.org/10.1109/icstw.2010.19.
Full textDevaki, Pranavadatta, Suresh Thummalapenta, Nimit Singhania, and Saurabh Sinha. "Efficient and flexible GUI test execution via test merging." In ISSTA '13: Iitsnternational Symposium on Software Testing and Analysis. New York, NY, USA: ACM, 2013. http://dx.doi.org/10.1145/2483760.2483781.
Full textNguyen, Duc Hoai, Paul Strooper, and Jorn Guy Suess. "Model-based testing of multiple GUI variants using the GUI test generator." In the 5th Workshop. New York, New York, USA: ACM Press, 2010. http://dx.doi.org/10.1145/1808266.1808270.
Full textDaniel, Brett, Qingzhou Luo, Mehdi Mirzaaghaei, Danny Dig, Darko Marinov, and Mauro Pezzè. "Automated GUI refactoring and test script repair." In the First International Workshop. New York, New York, USA: ACM Press, 2011. http://dx.doi.org/10.1145/2002931.2002937.
Full textReports on the topic "GUI test"
Schoen, Roberta, Clara Gannon, Maureen Malone, Phyllis Levine, Marjorie Powell, Wendy Hill, Rick Wayman, and Tammy Borkowski. Defense Research, Development, Test, and Evaluation (RDT&E) Online System (DROLS) Replacement Graphical User Interface (GUI) Design Group. Fort Belvoir, VA: Defense Technical Information Center, July 1998. http://dx.doi.org/10.21236/ada370718.
Full textCarleton, J. J. II, L. Fox, and C. R. Rudy. Air gun test evaluation. Office of Scientific and Technical Information (OSTI), January 1992. http://dx.doi.org/10.2172/5707011.
Full textMISSILE DEFENSE AGENCY WASHINGTON DC. Vertical Gun Test Environmental Assessment. Fort Belvoir, VA: Defense Technical Information Center, May 2004. http://dx.doi.org/10.21236/ada515771.
Full textTrim, M., Matthew Murray, and C. Crane. Modernization and structural evaluation of the improved Overhead Cable System. Engineer Research and Development Center (U.S.), March 2021. http://dx.doi.org/10.21079/11681/40025.
Full textWALKER, PAMELA K., and PHILIP J. RODACY. Field Test Kit for Gun Residue Detection. Office of Scientific and Technical Information (OSTI), January 2002. http://dx.doi.org/10.2172/792870.
Full textHarrier, Danielle. Cylinder expansion test and gas gun experiment comparison. Office of Scientific and Technical Information (OSTI), June 2016. http://dx.doi.org/10.2172/1261800.
Full textPikin A., I. Ben-Zvi, X. Y. Chang, D. Gassner, V. Litvinenko, O. Rahman, T. Rao, et al. Depressed electron collector for the Gatling Gun Test Stand. Office of Scientific and Technical Information (OSTI), October 2013. http://dx.doi.org/10.2172/1104830.
Full textGierman, S. M. Cold Test Measurements on the GTF Prototype RF Gun. Office of Scientific and Technical Information (OSTI), December 2010. http://dx.doi.org/10.2172/993721.
Full textGierman, S. M. Cold Test Measurements on the GTF Prototype RF Gun. Office of Scientific and Technical Information (OSTI), November 2010. http://dx.doi.org/10.2172/993731.
Full textParsa, Z., and L. Young. Brookhaven Accelerator Test Facility photocathode gun and transport beamline. Office of Scientific and Technical Information (OSTI), January 1990. http://dx.doi.org/10.2172/6778458.
Full text