Latest Answer : Yes we can write testcases based only Business requirements document or use cases, but if you want to write an effective test case you should have all the documents, like BRD, SRS, FRS,design docs, use cases, test plan. so that you can have a clear ...
Latest Answer : BRD is enough. ...
Latest Answer : System Test Cases Usability Test cases:Alignment, font, Spelling Background Colour, Verify Size Uniqueness, Verify Initial capital Letters, verify name Spacing Uniqueness in every Screen, Verify contrast in between controls, verify related objects grouping, ...
1. wht are the main things we have to keep in mind while writing the testcases? pls explain with format by giving an example2. how we can write functional and integration testcases?pls explain with format by giving examples3. explain the water fall model and V- model of software development life cycles with block diagrams
Latest Answer : No one can write it if he/she does not known that language..........................................ya, one solution may be if the application is for worldwide use, then it will have the language conversion facility, but not always. ...
The user is expected to enter an integer value into each of the three text fields. Upon hitting the OK button the program will print a message in a separate dialog box stating whether the triangle is scalene (all sides are different lengths), isosceles (two sides are the same length), or equilateral (all three sides are the same length). Write a set of test cases (i.e. specific sets of data) that you feel would adequately test this program. Write the tests so that someone other than you can run
Latest Answer : Hi,Synchronization points in Winrunner are used when you want to stop your test for some time.For Example :When you run tests, your application may not always respond to input with the same speed, like window pop up.There are 3 different techniques for ...
Hi all, Sourav here.I have attached some object type question what ever i had faced in interview. if anybody knows the answer please let in through this site.11) Which of the following is not one of the techniques to find defectsa) Operational Techniquesb) Functional Techniquesc) Dynamic Techniquesd) Static Techniques12) The concept of defensive code involves:a) Adding code to a program so that two parts of the program must fail before a major problem can occurb) Adding a syntax checker in the middle
In functional testing, test cases are derived from requirements specs. So what are test cases for database, performance, stress, security, gui and other types of tests derived from? What documentation do you need to write these test cases or are they developed without any documentation?
1 what is equivalence partitioning and boundary value analysis? Please explain with an example with a real time scenario? 2) what is the difference between bug , defect, and issue? 3) what is the basic difference between sanity and smoke testing .Please explain with example ? when we need to perform such testing techniques? 4) what is the general technique for writing the test case? In interviews it is often asked write the Test Case on PEN ,PAPER, BOTTLE, FAN , TABLE ,etc.