What is the logic testing?
No Answer is Posted For this Question
Be the First to Post Answer
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
Write test cases for this scenario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
testcases for the additon of 2 numbers write negative and postive cases
8 Answers CoStrategix, Societe Generale,
how to prepare unit test scripts for accrued interest calculation.
How should write test case (i.e. in proper format or simply step by step) in an interview test paper?
Hi, I am doing project related to Online order Booking. In this project different products will be there. The user can order the product to different location by giving different shipping Addresses. By selection of Address shipping price will be calculate. My Question: Now the shipping related part they are integrating with UPS(www.ups.com) Depending on the From Zip code, To Zip cobe and Quantity weight the shipping price will be calculated. I want test scenarios to test the shipping part. I think ASAP u will help me. My mail id srinivasukona@gmail.com
(questions asked in interview)hi every one can any one please answer to this questions.these questions were asked in an interview.i have another interview next week . 1.when the time schedule is tight how will you approch the testing,and the relese is nearing and we need to finish testing how can we follow in that case.do we need to exicute all the test cases or can priortise and leave some to next relase. 2. when a new feature is added to the existing application we need to add new test cases but after that do we need to change all the existing test cases and while running do we need to exicute entire application test cases or only the new feature test cases and related new feature test cases. 3.do you have any situation where you have to write and exicute the test cases same time, how will you follow.does it happens in real time. 4.example of bug which is not reproducible.like tester say that there is bug and developer say no can some example of such bugs. 5.during regression testing some times do we need to add new some additional test cases to test that bug.
what are the possible test cases for sending an sms from mobile
what is parametrization ? How do you parametrize in qtp ?
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
Explain the ramp testing?
Write the test case for a login page?