What is the syntax testing?
No Answer is Posted For this Question
Be the First to Post Answer
what is run time object
4 Answers Infinite Computer Solutions,
If I have written the 10 Positive test cases first and Negative test cases 11 to 25 .I Execute +ve first & then - ve as per test cases were written .Now if I got the next build & if I write again +ve Test Cases 26-30 first & then - ve 31-35 but I have to execute all test cases 1 to 35.But here the sequence of execution is +ve,-ve,+ve & -ve .How should I maintain the test cases .Please tell me It's Urgent .Thanks In Advance.....Tester
Credit card field contains four text boxes. We can validate each textbox separately with conditions but how can we write integrated testcase for all the four?
how to test a UI and aslo we need to check a log data fil which gets populated in the db.for this two scenarios give me test cases
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,
can any one give the format of writing test cases in excel sheet.
What is mean by Equal Partitioning
I want 100 test scenario for gmail
how we write a jwebunit test case for check whether the ip address correct or not.
how to testba storedprocedure?
Explain the dynamic testing?
Tell me number of test cases required for full statement and branch coverage: Read P Read Q IF P+Q > 100 THEN Print “Large” ENDIF If P > 50 THEN Print “P Large” ENDIF