How would you test a service oriented architecture (soa) web application?
Answer / Siddharth Gautam
Testing a Service Oriented Architecture (SOA) web application involves the following steps:
-- Service Contract Testing: Verify that the service contract is correct, using documentation, WSDL files or API documentation.
2. Service Integration Testing: Test the interaction between services to ensure they communicate effectively and exchange data as expected.
3. Security Testing: Check for secure communication channels and proper access controls.
4. Performance Testing: Test the performance of each service under various loads and stress conditions.
5. Compatibility Testing: Ensure that the SOA web application is compatible with different platforms, browsers, and devices.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the different ways of writing test cases?
Could anybody send me testcase format for website testing?
what is pareto analysis?
Could you please give me an example of test scenarios for online banking testing (like billing,payment,statements etc.) (like how to test the functionalities of Payment module, Billing module...etc.)?
If you clink ok in the log in page, how will you get to know what is happening in the application? If any of you know the answer for this please post. Thanks
what is volume Testing?
Hi,iam geetha i want to know about the different type of testing for the webapplications. Since iam doing only manual testing, i want in full details about webapplication testing. Thanks in advance
Katari your questions was really helpful could you please send the questions and answers with them . Can anyone sends the top 30-40 question and answers for the interview purposes
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
What if the application has functionality that wasn't in the requirements?
When a high severity issue is found in production how to handle this situation.
Is Test plan a running document or a fixed document?