What is XML Testing? Do we have any tools to test the XML?
Please let me know.
No Answer is Posted For this Question
Be the First to Post Answer
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
what is Application state,Base state and call state?
How do you determine user load for a performance test of a Web application?
what is black box testing
13 Answers CTS, IBM, Virtusa,
expalin integration tsting who will perform ths type of testing at what time will do
wht is change management and configuration management?
differnce between testing life cycle and bug life cycle?
what is the difference b/w Priorty and severity in Bug Report
how many test cases are posible to write on textbox. but it is allows the 0-10 digits numaric
What is the significance of doing Regression testing?
design a black box test suite for a program that accepts two strings and checks if the first string is a substring of the second string and displays the number of times the first string occurs in the second string.
We can check many things in one test case, then Is it necessary to write separate test case for checking each functionality? Example : For Login Window --> Test Case is---> 1) Enter valid user id & password --> For this expected result --> 1) User should login. My question --> while executing above valid test case, we can expect more than one result such as "Visibility of password should be as ****" So Should I have to write separate test case for "Visibility of Password" OR Not? Please guide me properly.