While testing XML file, what are the areas we do consider?
What does soap testing consists of? How is it related to XML testing?
SOAP (Simple Object Access Protocol) is a protocol specification for exchanging structured information in the implementation of Web Services in computer networks. Basically all web service reques...
Suppose your colleague has written test cases for a functionality and you are reviewing those test cases, how will you conclude that the test cases were correct?
I would ensure the following criteria are met:1) The project is well-defined and easy to find in the quality management tool.2) The test suite is well-organized, intuitive and easy to navigate.3) Test...
I will consider the following thing while reviewing test cases:1. Test cases are written exactly by following requirements.2. There must be at least one test case for the functionalities described in ...
What are upgrade and new versions of project? What is the difference between them?
An upgrade refers to the replacement of a product with a newer version of that same product. A software upgrade can be major or minor and the release version is increased accordingly. ...
The question is not very clear. Upgrade - an action - is updating the software from 'old version' to 'new version'.New version is the updated software with or without new functionaliti...
XML Testing Hi Apabbati, XML testing can be under 2 scenarios. 1) Validating the Structure of XML. 2) Comparing Nodes and Properties. 3) Comparing ...
XML testing is more of white box. Only developers and white box testers have more command in testing xml files.But as a black box tester, we can findIF AUT is purely web, then we can check the compati...