SlideShare a Scribd company logo
1 of 7
Download to read offline
ISSN2347-2243www.iajlb.com
Indo-Am. J.ofLifeSc& Bt.,202- Vol.4,Issue.1,jan2016
Text to Audio Conversion System with Efficient Portable Camera
Methods for Reconfiguring Tests of Composite Web Services on
the Fly
Amiri Mahalili
ABSTRACT
A suitable testing strategy for service-oriented
applications will be implemented in this project. And
boost the efficiency of the online service. In this
article, I outline an architecture that can adapt to
shifting requirements in terms of service operation,
argument types, and service composition. My model
atomic and composite web services undergo random
testing at runtime as part of the testing system's proof
of concept. in order to maintain the testing
infrastructure's availability while a new test subject is
being configured automatically.
Keywords: Software Testing, Service Oriented Architecture (SOA) Testing, Runtime Analysis, and Code Smell.
1. INTRODUCTION
Web service and software reliability may be
determined via rigorous testing and verification of
quality of service. The quality of service (QoS)
assurance provided by existing software testing
methods is insufficient for service-based
applications.
While it is possible to expose a Web service as an
atomic unit with merely an interface for interaction,
most web services are really composites of several
services, some of which may even be hosted by
unaffiliated third parties. Such web services and
applications are difficult to evaluate because to
issues such as dynamic composition and a lack of
oversight over the web services' offered
components. This article provides [1] to
demonstrate the importance of testing during
runtime.[2] Real-time detection of changes to
service interfaces and composition, including
component addition, deletion, and modification.
University Of Madras, IDE Building, Chepauk, Chennai, Tamil Nadu 600005, India
MOTIVATION & RELATED WORK
Accessing a website's contents for display is just half
of what the World Wide Web entails now that a new
idea known as web services has been introduced. We
merely sent some input to the online service, and he
gave you the results without you having to download
and install any software.
It's possible that web service has either atomic or
composite. It has to be tested to ensure its
dependability. Composite web services are complex
and challenging, but you must test them now. Many
researchers these days are focusing on making web
service testing tools more trustworthy. Mutative
hange, as defined by King and Ganti [3]: the
modification of an existing part while keeping some
of its original functioning. Modifications that add
anything new are called additive changes.
2. LITERATURE REVIEW
The purpose of this literature review is to compare
and contrast the various methods currently in use for
anticipating users' actions.
Integration testing technique for Web services,
shown by Z. Hong and Z. Yufeng[4], involves the
cooperative invocation of numerous test service
partners during runtime. The included testservices
were used to improve the testing procedure as a
whole. Existing testing frameworks were said to have
difficulties with SOA application testing. Due to the
implementation being concealed from the users,
there are no software artifacts. Test execution can't
be controlled because of interactions between
distributed components. Components give an opaque
interface, making it difficult to see internal activities.
We propose using runtime or live testing
methodologies for SOA applications based on the
research of Hong and Yufeng. Runtime testing of
SOA requires testing approaches that may evolve
with the system being evaluated. Runtime testing
needs for SOA applications were discovered by Bai
et al. [5], and an adaptive testing framework was
designed to help with that. Based on their prior
work [6] and the work of Tsai et al. [7], Bai et al.
suggested an adaptive test framework that used a
test broker architecture. They employ an enhanced
version of the UDDI service registry as a test
broker. They implemented a Web service under test
as a feedback procedure, which provided a
response to a specific test and guided further
testing steps.
Because Web services don't provide such details to
end users, they can't see how a service is put
together. Testing them in a black-box environment
is unrealistic. A business process's output for a
given set of parameters must be checked against
the process's internal logic to ensure it is correct.
There are now available testing tools for service
composition. Although several testing methods
may be used to the task of evaluating a service's
composition, Bucchiarone et al. [12] claim that
none of them are advanced enough to deal with the
complexity of the composition's activities.
The interface specification is a major tool for
automated test creation in Web services. Examples
of popular methods include WSDL-based test data
creation [10]. However, there are additional
language standards that might be utilized to
generate test cases. Operations and messages are
tied to a concrete network protocol and message
format, and the specifications for that port type
make up a reusable binding. The WSDL file
specifies the Web service's public face. Web
services via the Internet often include the usage of
WSDL, SOAP, and an XML Schema. By reading
the WSDL file, a client software may learn what
methods are supported by a Web service. The
WSDL file incorporates XML Schema for any
custom data types required. One of the WSDL file's
actions may then be called by the client using
SOAP, for instance via XML over HTTP.
Fig. 1. Web services in a service-oriented architecture.
3. PROPOSED WORK
Cloud-based software applications that make use of
atomic and composite Web services are the primary
target of the proposed system's testing efforts. Many
cloud-based apps are built from indistinct third-party
services. These hidden services are always evolving.
Runtime (during actual use of the system) testing is
just as important as testing during development. Test
artifacts for such applications must be kept up-to-
date in real-time in reaction to changes in order to
pass runtime testing. They are connected to software
testing and online services in the proposed system
[1].
The architecture of the testing system consists of four
basic levels. The Service Interface Layer facilitates
communication with parties outside of the test
environment. New test requests may be submitted by
service providers using the interface, and test policy
updates can be made as needed. An external
coordinator is part of the Service Interface Layer that
communicates with clients when they call a Web
service and employs encrypted connections for
administrative transactions related to testing. The
System Operations Layer is where all the meaty logic
for things like testing techniques, stateful
management, and system reconfiguration operations. The
Service Management Layer provides system
administration components and test scheduling
components. The administration components are
responsible for handling test service registrations and test
policy updates. The scheduling components perform test
allocations and trigger tests based on the schedule in the
test policy. The Resource Access Layer provides data
access logic for test data retrieval and storage.When the
user sends request to the service provider for code
smelling technique. For Enhancement we will enhance the
work by implementing code smelling technique.
Fig. 2. Architecture Diagram.
4. SUMMARY OF LITERATURE REVIEW
Table 1: Summary
Z. Hong
and Z.
Yufeng
[4]
collaborating
multiple test
service
partners invoked
at runtime.
Collaborative
testing of web
services
2012
X. Bai, C.
Yinong,
and S.
Zhongkui
[5]
adaptive testing
framework
which can
continuously
learn and
improve
Adaptive web
services
testing
2007
M.
Chunyan,
D.
Chenglie,
Z. Tao, H.
Fei, and C.
Xiaobin[10
]
automated test
generation
is through the
interface
specification
WSDLbased
automated test
data generation
for web service
2008
Author Method Application Year
M. B.
Cooray,
J. H.
Hamlyn-
Harris,
and R.
G.
Merkel[
2]
WSDL service
descriptions as
a framework for
generating test
cases
Test
reconfiguratio
n
2011
Mark B.
Cooray,
James
H.
Hamlyn-
Harris,
and
Robert
G.
Merkel
[1]
Automated
reconfiguration
Dynamic Test
Reconfigurati
on
for
Composite
Web Services
2015
5. CONCLUSION
This paper has provided a more current evaluation
and updation of ‘Dynamic Test Reconfiguration
for CompositeWeb Services’ That will make more
reliable composite web service & reduce waiting
time of the web service consumer.
REFERENCES
According to [1] "Dynamic Test Reconfiguration for
Composite Web Services" by Mark B. Cooray,
James H. Hamlyn-Harris, and Robert G. Merkel.
July/August 2015 Issue of IEEE Transactions on
Services Computing Volume 8 Number 4
"Test reconfiguration for service oriented
applications," by M. B. Cooray, J. H. Hamlyn-Harris,
and R. G. Merkel, was published in the proceedings
of the 2011 IEEE International Conference on Utility
Cloud Computing.
[3] "Migrating autonomic self-testing to the cloud,"
by T. M. King and A. S. Ganti, was published in the
proceedings of the 2010 International Conference on
Software Testing, Verification, and Validation held
in Paris, France (pp. 438–443).
According to [4] "Collaborative testing of web
services," by Z. Hong and Z. Yufeng, published in
IEEE Trans. Service Comput., volume 5, issue 1,
pages 116-130, January-March 2012.
"Adaptive web services testing," by X. Bai, C.
Yinong, and S. Zhongkui, was published in the
proceedings of the 31st Annual ACM Symposium on
Applied Computing in 2007 (pp. 233-236).
Sixth, "Design of a Trustworthy Service Broker and
Dependence-Based Progressive Group Testing," Int.
J. Simul. Process Modell., volume 3, pages 66-79,
2007. Authors X. Bai, Z. Cao, and Y. Chen.
"Verification of web services using an enhanced
UDDI server," by W. T. Tsai, R. Paul, Z. Cao, L. Yu,
and A. Saimi, published in Proceedings of the Eighth
International Workshop on Object-Oriented Real-
Time Dependable Systems, 2003, pages 131-138.
[1] "Dynamic reconfigurable testing of service-
oriented architecture," by X. Bai, X. Dezheng, D.
Guilan, T. Wei-Tek, and C. Yinong, in
Proceedings of the 31st Annual ACM/IEEE/ACM
Symposium on Theory and Practice of Software
Engineering (pp. 368–378), 2007.
"Strategies for the run-time testing of third party
web services," by David Brenner, Christopher
Atkinson, Oliver Hummel, and David Stoll, was
published in the proceedings of the 2007 IEEE
International Conference on Service-Oriented
Computing Applications.
"WSDLbased automated test data generation for
web service," by M. Chunyan, D. Chenglie, Z.
Tao, H. Fei, and C. Xiaobin, was published in the
proceedings of the 2008 international conference
on computing, science, and software engineering
(Proc.
"WSDL-based automatic test case generation for
web services testing," by X. Bai, D. Wenli, T.
Wei-Tek, and C. Yinong, was published in the
proceedings of the 2005 IEEE International
Workshop on Service-Oriented Systems
Engineering.
Reference: [5] "Testing service composition" by
A. Bucchiarone, H. Melgratti, and F. Severoni in
Proceedings of the Eighth Argentine Symposium
on Software Engineering, Mar del Plata,
Argentina, 2007. Pages 1-16.

More Related Content

Similar to ijlbpr_64ab991977359.pdf

SOA Testing Perspective Model for Regression Testing
SOA Testing Perspective Model for Regression TestingSOA Testing Perspective Model for Regression Testing
SOA Testing Perspective Model for Regression TestingAbhishek Kumar
 
2 ieee nui cone-13 soa testing perspective model for regression testing
2 ieee nui cone-13  soa testing perspective model for   regression testing2 ieee nui cone-13  soa testing perspective model for   regression testing
2 ieee nui cone-13 soa testing perspective model for regression testingAbhishek Srivastava
 
Whitepaper : Testing Micro Services Part I & Part 2
Whitepaper : Testing Micro Services Part I & Part 2Whitepaper : Testing Micro Services Part I & Part 2
Whitepaper : Testing Micro Services Part I & Part 2Newt Global Consulting LLC
 
A Review on Web Application Testing and its Current Research Directions
A Review on Web Application Testing and its Current Research Directions A Review on Web Application Testing and its Current Research Directions
A Review on Web Application Testing and its Current Research Directions IJECEIAES
 
A NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTS
A NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTSA NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTS
A NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTSIJCNCJournal
 
A novel approach for evaluation of applying ajax in the web site
A novel approach for evaluation of applying ajax in the web siteA novel approach for evaluation of applying ajax in the web site
A novel approach for evaluation of applying ajax in the web siteeSAT Publishing House
 
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITYQOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITYcscpconf
 
Evaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web ServicesEvaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web ServicesIRJET Journal
 
Continuous Integration and Continuous Delivery to Facilitate Web Service Testing
Continuous Integration and Continuous Delivery to Facilitate Web Service TestingContinuous Integration and Continuous Delivery to Facilitate Web Service Testing
Continuous Integration and Continuous Delivery to Facilitate Web Service TestingCognizant
 
A Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesA Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesAbhishek Kumar
 
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITYQOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITYcsandit
 
Enhancement in Web Service Architecture
Enhancement in Web Service ArchitectureEnhancement in Web Service Architecture
Enhancement in Web Service ArchitectureIJERA Editor
 
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...ijwscjournal
 
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...ijwscjournal
 
WEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDY
WEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDYWEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDY
WEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDYcscpconf
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESijwscjournal
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESijwscjournal
 
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...IJDKP
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESijwscjournal
 

Similar to ijlbpr_64ab991977359.pdf (20)

SOA Testing Perspective Model for Regression Testing
SOA Testing Perspective Model for Regression TestingSOA Testing Perspective Model for Regression Testing
SOA Testing Perspective Model for Regression Testing
 
2 ieee nui cone-13 soa testing perspective model for regression testing
2 ieee nui cone-13  soa testing perspective model for   regression testing2 ieee nui cone-13  soa testing perspective model for   regression testing
2 ieee nui cone-13 soa testing perspective model for regression testing
 
White paper ready api
White paper  ready apiWhite paper  ready api
White paper ready api
 
Whitepaper : Testing Micro Services Part I & Part 2
Whitepaper : Testing Micro Services Part I & Part 2Whitepaper : Testing Micro Services Part I & Part 2
Whitepaper : Testing Micro Services Part I & Part 2
 
A Review on Web Application Testing and its Current Research Directions
A Review on Web Application Testing and its Current Research Directions A Review on Web Application Testing and its Current Research Directions
A Review on Web Application Testing and its Current Research Directions
 
A NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTS
A NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTSA NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTS
A NOVEL METHOD TO TEST DEPENDABLE COMPOSED SERVICE COMPONENTS
 
A novel approach for evaluation of applying ajax in the web site
A novel approach for evaluation of applying ajax in the web siteA novel approach for evaluation of applying ajax in the web site
A novel approach for evaluation of applying ajax in the web site
 
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITYQOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
 
Evaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web ServicesEvaluation of a Framework for Integrated Web Services
Evaluation of a Framework for Integrated Web Services
 
Continuous Integration and Continuous Delivery to Facilitate Web Service Testing
Continuous Integration and Continuous Delivery to Facilitate Web Service TestingContinuous Integration and Continuous Delivery to Facilitate Web Service Testing
Continuous Integration and Continuous Delivery to Facilitate Web Service Testing
 
A Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web ServicesA Novel Framework for Reliable and Fault Tolerant Web Services
A Novel Framework for Reliable and Fault Tolerant Web Services
 
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITYQOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
QOS OF WEB SERVICE: SURVEY ON PERFORMANCE AND SCALABILITY
 
Enhancement in Web Service Architecture
Enhancement in Web Service ArchitectureEnhancement in Web Service Architecture
Enhancement in Web Service Architecture
 
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
 
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
AN ADAPTIVE APPROACH FOR DYNAMIC RECOVERY DECISIONS IN WEB SERVICE COMPOSITIO...
 
WEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDY
WEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDYWEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDY
WEB SERVICE COMPOSITION IN DYNAMIC ENVIRONMENT: A COMPARATIVE STUDY
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
Referring Expressions with Rational Speech Act Framework: A Probabilistic App...
 
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICESEARLY PERFORMANCE PREDICTION OF WEB SERVICES
EARLY PERFORMANCE PREDICTION OF WEB SERVICES
 

More from chaitanya451336

More from chaitanya451336 (20)

journals in research
journals in researchjournals in research
journals in research
 
journalism research
journalism researchjournalism research
journalism research
 
journals to publish paper
journals to publish paperjournals to publish paper
journals to publish paper
 
published research
published researchpublished research
published research
 
published research
published researchpublished research
published research
 
published research
published researchpublished research
published research
 
journal publishers
journal publishersjournal publishers
journal publishers
 
journal for research
journal for researchjournal for research
journal for research
 
original research papers
original research papersoriginal research papers
original research papers
 
journalism research
journalism researchjournalism research
journalism research
 
journal research paper
journal research paperjournal research paper
journal research paper
 
journal paper publication
journal paper publicationjournal paper publication
journal paper publication
 
journals to publish paper
journals to publish paperjournals to publish paper
journals to publish paper
 
journal for research
journal for researchjournal for research
journal for research
 
research publish journal
research publish journalresearch publish journal
research publish journal
 
journals in research
journals in researchjournals in research
journals in research
 
materials science journal
materials science journalmaterials science journal
materials science journal
 
research on journaling
research on journalingresearch on journaling
research on journaling
 
all journal
all journalall journal
all journal
 
journal research paper
journal research paperjournal research paper
journal research paper
 

Recently uploaded

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxNirmalaLoungPoorunde1
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docxPoojaSen20
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesFatimaKhan178732
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxRoyAbrique
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxmanuelaromero2013
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Celine George
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfsanyamsingh5019
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfchloefrazer622
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptxPoojaSen20
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...Marc Dusseiller Dusjagr
 

Recently uploaded (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Employee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptxEmployee wellbeing at the workplace.pptx
Employee wellbeing at the workplace.pptx
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
MENTAL STATUS EXAMINATION format.docx
MENTAL     STATUS EXAMINATION format.docxMENTAL     STATUS EXAMINATION format.docx
MENTAL STATUS EXAMINATION format.docx
 
Separation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and ActinidesSeparation of Lanthanides/ Lanthanides and Actinides
Separation of Lanthanides/ Lanthanides and Actinides
 
Staff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSDStaff of Color (SOC) Retention Efforts DDSD
Staff of Color (SOC) Retention Efforts DDSD
 
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptxContemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
Contemporary philippine arts from the regions_PPT_Module_12 [Autosaved] (1).pptx
 
How to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptxHow to Make a Pirate ship Primary Education.pptx
How to Make a Pirate ship Primary Education.pptx
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
Incoming and Outgoing Shipments in 1 STEP Using Odoo 17
 
Sanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdfSanyam Choudhary Chemistry practical.pdf
Sanyam Choudhary Chemistry practical.pdf
 
Arihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdfArihant handbook biology for class 11 .pdf
Arihant handbook biology for class 11 .pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
PSYCHIATRIC History collection FORMAT.pptx
PSYCHIATRIC   History collection FORMAT.pptxPSYCHIATRIC   History collection FORMAT.pptx
PSYCHIATRIC History collection FORMAT.pptx
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
“Oh GOSH! Reflecting on Hackteria's Collaborative Practices in a Global Do-It...
 

ijlbpr_64ab991977359.pdf

  • 1.
  • 2. ISSN2347-2243www.iajlb.com Indo-Am. J.ofLifeSc& Bt.,202- Vol.4,Issue.1,jan2016 Text to Audio Conversion System with Efficient Portable Camera Methods for Reconfiguring Tests of Composite Web Services on the Fly Amiri Mahalili ABSTRACT A suitable testing strategy for service-oriented applications will be implemented in this project. And boost the efficiency of the online service. In this article, I outline an architecture that can adapt to shifting requirements in terms of service operation, argument types, and service composition. My model atomic and composite web services undergo random testing at runtime as part of the testing system's proof of concept. in order to maintain the testing infrastructure's availability while a new test subject is being configured automatically. Keywords: Software Testing, Service Oriented Architecture (SOA) Testing, Runtime Analysis, and Code Smell. 1. INTRODUCTION Web service and software reliability may be determined via rigorous testing and verification of quality of service. The quality of service (QoS) assurance provided by existing software testing methods is insufficient for service-based applications. While it is possible to expose a Web service as an atomic unit with merely an interface for interaction, most web services are really composites of several services, some of which may even be hosted by unaffiliated third parties. Such web services and applications are difficult to evaluate because to issues such as dynamic composition and a lack of oversight over the web services' offered components. This article provides [1] to demonstrate the importance of testing during runtime.[2] Real-time detection of changes to service interfaces and composition, including component addition, deletion, and modification. University Of Madras, IDE Building, Chepauk, Chennai, Tamil Nadu 600005, India
  • 3. MOTIVATION & RELATED WORK Accessing a website's contents for display is just half of what the World Wide Web entails now that a new idea known as web services has been introduced. We merely sent some input to the online service, and he gave you the results without you having to download and install any software. It's possible that web service has either atomic or composite. It has to be tested to ensure its dependability. Composite web services are complex and challenging, but you must test them now. Many researchers these days are focusing on making web service testing tools more trustworthy. Mutative hange, as defined by King and Ganti [3]: the modification of an existing part while keeping some of its original functioning. Modifications that add anything new are called additive changes. 2. LITERATURE REVIEW The purpose of this literature review is to compare and contrast the various methods currently in use for anticipating users' actions. Integration testing technique for Web services, shown by Z. Hong and Z. Yufeng[4], involves the cooperative invocation of numerous test service partners during runtime. The included testservices were used to improve the testing procedure as a whole. Existing testing frameworks were said to have difficulties with SOA application testing. Due to the implementation being concealed from the users, there are no software artifacts. Test execution can't be controlled because of interactions between distributed components. Components give an opaque interface, making it difficult to see internal activities. We propose using runtime or live testing methodologies for SOA applications based on the research of Hong and Yufeng. Runtime testing of SOA requires testing approaches that may evolve with the system being evaluated. Runtime testing needs for SOA applications were discovered by Bai et al. [5], and an adaptive testing framework was designed to help with that. Based on their prior work [6] and the work of Tsai et al. [7], Bai et al. suggested an adaptive test framework that used a test broker architecture. They employ an enhanced version of the UDDI service registry as a test broker. They implemented a Web service under test as a feedback procedure, which provided a response to a specific test and guided further testing steps. Because Web services don't provide such details to end users, they can't see how a service is put together. Testing them in a black-box environment is unrealistic. A business process's output for a given set of parameters must be checked against the process's internal logic to ensure it is correct. There are now available testing tools for service composition. Although several testing methods may be used to the task of evaluating a service's composition, Bucchiarone et al. [12] claim that none of them are advanced enough to deal with the complexity of the composition's activities. The interface specification is a major tool for automated test creation in Web services. Examples of popular methods include WSDL-based test data creation [10]. However, there are additional language standards that might be utilized to generate test cases. Operations and messages are tied to a concrete network protocol and message format, and the specifications for that port type make up a reusable binding. The WSDL file specifies the Web service's public face. Web services via the Internet often include the usage of WSDL, SOAP, and an XML Schema. By reading the WSDL file, a client software may learn what methods are supported by a Web service. The WSDL file incorporates XML Schema for any custom data types required. One of the WSDL file's actions may then be called by the client using SOAP, for instance via XML over HTTP.
  • 4. Fig. 1. Web services in a service-oriented architecture. 3. PROPOSED WORK Cloud-based software applications that make use of atomic and composite Web services are the primary target of the proposed system's testing efforts. Many cloud-based apps are built from indistinct third-party services. These hidden services are always evolving. Runtime (during actual use of the system) testing is just as important as testing during development. Test artifacts for such applications must be kept up-to- date in real-time in reaction to changes in order to pass runtime testing. They are connected to software testing and online services in the proposed system [1]. The architecture of the testing system consists of four basic levels. The Service Interface Layer facilitates communication with parties outside of the test environment. New test requests may be submitted by service providers using the interface, and test policy updates can be made as needed. An external coordinator is part of the Service Interface Layer that communicates with clients when they call a Web service and employs encrypted connections for administrative transactions related to testing. The System Operations Layer is where all the meaty logic for things like testing techniques, stateful
  • 5. management, and system reconfiguration operations. The Service Management Layer provides system administration components and test scheduling components. The administration components are responsible for handling test service registrations and test policy updates. The scheduling components perform test allocations and trigger tests based on the schedule in the test policy. The Resource Access Layer provides data access logic for test data retrieval and storage.When the user sends request to the service provider for code smelling technique. For Enhancement we will enhance the work by implementing code smelling technique. Fig. 2. Architecture Diagram. 4. SUMMARY OF LITERATURE REVIEW Table 1: Summary Z. Hong and Z. Yufeng [4] collaborating multiple test service partners invoked at runtime. Collaborative testing of web services 2012 X. Bai, C. Yinong, and S. Zhongkui [5] adaptive testing framework which can continuously learn and improve Adaptive web services testing 2007 M. Chunyan, D. Chenglie, Z. Tao, H. Fei, and C. Xiaobin[10 ] automated test generation is through the interface specification WSDLbased automated test data generation for web service 2008 Author Method Application Year M. B. Cooray, J. H. Hamlyn- Harris, and R. G. Merkel[ 2] WSDL service descriptions as a framework for generating test cases Test reconfiguratio n 2011 Mark B. Cooray, James H. Hamlyn- Harris, and Robert G. Merkel [1] Automated reconfiguration Dynamic Test Reconfigurati on for Composite Web Services 2015
  • 6. 5. CONCLUSION This paper has provided a more current evaluation and updation of ‘Dynamic Test Reconfiguration for CompositeWeb Services’ That will make more reliable composite web service & reduce waiting time of the web service consumer. REFERENCES According to [1] "Dynamic Test Reconfiguration for Composite Web Services" by Mark B. Cooray, James H. Hamlyn-Harris, and Robert G. Merkel. July/August 2015 Issue of IEEE Transactions on Services Computing Volume 8 Number 4 "Test reconfiguration for service oriented applications," by M. B. Cooray, J. H. Hamlyn-Harris, and R. G. Merkel, was published in the proceedings of the 2011 IEEE International Conference on Utility Cloud Computing. [3] "Migrating autonomic self-testing to the cloud," by T. M. King and A. S. Ganti, was published in the proceedings of the 2010 International Conference on Software Testing, Verification, and Validation held in Paris, France (pp. 438–443). According to [4] "Collaborative testing of web services," by Z. Hong and Z. Yufeng, published in IEEE Trans. Service Comput., volume 5, issue 1, pages 116-130, January-March 2012. "Adaptive web services testing," by X. Bai, C. Yinong, and S. Zhongkui, was published in the proceedings of the 31st Annual ACM Symposium on Applied Computing in 2007 (pp. 233-236). Sixth, "Design of a Trustworthy Service Broker and Dependence-Based Progressive Group Testing," Int. J. Simul. Process Modell., volume 3, pages 66-79, 2007. Authors X. Bai, Z. Cao, and Y. Chen. "Verification of web services using an enhanced UDDI server," by W. T. Tsai, R. Paul, Z. Cao, L. Yu, and A. Saimi, published in Proceedings of the Eighth International Workshop on Object-Oriented Real- Time Dependable Systems, 2003, pages 131-138.
  • 7. [1] "Dynamic reconfigurable testing of service- oriented architecture," by X. Bai, X. Dezheng, D. Guilan, T. Wei-Tek, and C. Yinong, in Proceedings of the 31st Annual ACM/IEEE/ACM Symposium on Theory and Practice of Software Engineering (pp. 368–378), 2007. "Strategies for the run-time testing of third party web services," by David Brenner, Christopher Atkinson, Oliver Hummel, and David Stoll, was published in the proceedings of the 2007 IEEE International Conference on Service-Oriented Computing Applications. "WSDLbased automated test data generation for web service," by M. Chunyan, D. Chenglie, Z. Tao, H. Fei, and C. Xiaobin, was published in the proceedings of the 2008 international conference on computing, science, and software engineering (Proc. "WSDL-based automatic test case generation for web services testing," by X. Bai, D. Wenli, T. Wei-Tek, and C. Yinong, was published in the proceedings of the 2005 IEEE International Workshop on Service-Oriented Systems Engineering. Reference: [5] "Testing service composition" by A. Bucchiarone, H. Melgratti, and F. Severoni in Proceedings of the Eighth Argentine Symposium on Software Engineering, Mar del Plata, Argentina, 2007. Pages 1-16.