In manual testing, I have query regarding data conversion testing. I am working on xml document. How do we write test cases for below input as well as for output
Input: <text>1. software Testing</text>
Output:
<paragraph><text><desig>1.</desig>software testing</text></paragraph>
test case for open doalog box. thanks a lot!
how we write test cases for navigation or links with example?
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?
write a test case for yahoo login page ? input data user:6 alpha numeric;password:10 letters....10 pstive test cases and 10 negative test cases?
5 Answers CTS, iGate, Magic Software,
how we test the login page using jwebunit test case...
Have any idea how to prepare test cases for medical claim, Online mobile recharge.
how to write test cases in interview exam like one website it contain a/c # text box, current bill amount text box,sms offer,calling offer,internet these 3 are list boxes and remindmelater,continue these 2 are buttons. and qu is like 1.user doesn't have any dues from past 90 days,2.whose bill amount >= rs2000 from past 6 months. use this 2qu write testcases.
Tell me about your Roll and your Team Lead's Role
What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
Write the tescases for a login page
what would be the negative test case for serach that break the search .
How to write testcases for username creation?Given requirements are min 6characters,atleast one alphabet,alpha,alphanumric