Search In this Thesis
   Search In this Thesis  
العنوان
Software Automated Testing Framework for Web Applications /
المؤلف
Hanna , Milad Abu El-Khair Beshara.
هيئة الاعداد
باحث / Milad Abu El-Khair Beshara Hanna
باحث / Milad Abu El-Khair Beshara Hanna
مشرف / Mostafa-Sami M. Mostafa
مشرف / Mostafa-Sami M. Mostafa
مشرف / Amal Aboutabl
الموضوع
Computers and Information. Computer Science.
تاريخ النشر
2018.
عدد الصفحات
p. 154 :
اللغة
الإنجليزية
الدرجة
الدكتوراه
التخصص
Computer Science Applications
الناشر
تاريخ الإجازة
1/1/2019
مكان الإجازة
جامعة حلوان - كلية الحاسبات والمعلومات - Computer Science
الفهرس
Only 14 pages are availabe for public view

from 169

from 169

Abstract

Software testing is the process of evaluating the developed
system to assess the quality of the final product. It is a major concern
in the development of modern software systems. Unfortunately, the
software testing process is expensive and consumes a lot of time
through the software development life cycle. Most of the time,
customers request complex business logic to be implemented in
software applications. Therefore, as long as business requirements
grow, the pressure increases on the testing team to deliver the product
with high quality in a very tight time .
In manual software testing - the traditional testing method - test
cases are described using natural languages as human can read and
understand their meaning to execute them later in the execution phase .
Therefore it is not suitable for critical and complex applications in
terms of both human resources and time. This leads to an existing open
problem that is how to reduce software testing time as much as possible.
Automation testing has been introduced to overcome manual testing problems. When applying automation in software testing, a lot
of testing time can be saved compared to manual testing. However, the
traditional automation testing techniques require complete I implementation of test scripts which will be used to simulate manual
tester actions during execution phase. Creating these test scripts is an
obstcale to start automation for software under test because it not an
easy task. Therefore, there is a strong need to propose an automated software testing framework which could reduce the overall testing time.