1)what are techniques used for writing the Test case?
Answers were Sorted based on User's Feedback
Answer / r.s.r.c.murty
The techniques are used for writing the test case are:
1. Boundary Value Analysis.
2. Equivalence Class partition.
3. Error Guessing.
| Is This Answer Correct ? | 20 Yes | 2 No |
Answer / alangaram.j
While preparing Test cases,we have to consider so many
things like
1.Equivalence class
2.Range of values
3.Boundary condition
4.Race condition and
5.Regression testing
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / sumithra
Study the test conditions or scenarios more than one time to
understand.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / glamorous
GLAMOROUS
give the
1. Show students,Employee and Staff categories in the left
hand side pane
2. Keep the default focus on students category
3. Keep the data grid having the columns of date of
birth,Parents information and Address details for all
categories
4. While double click on any item in the data grid opens
the edit dialog
5. Keep the New button anywhere in the page
6. while click on new button keep the Wizard of 3 pages ok
7. 1st page shows DOB details
8. 2nd page shows Parents details
9. 3rd page shows Address details
10. This wizard is common for all the Students,Employee and
staff categories
11. Wizard has unique Id,Back,Next,Cancel and in the last
page Next button becomes Finish button.
12. Once the last page is finished then that record should
be added in the list of respective categories ok
Ex: Keep the focus on Employee category then click New
button then the respective wizard should be opened after
filled all the details click Finish button then that
recordshould be added under Employee category ok ...
===================================
Any queries plz feel free to contact me ok
| Is This Answer Correct ? | 2 Yes | 1 No |
what is check list?why it is prepared?
In whic page of QC , we run our Test case, or from where we run our Test cases from QC?
what is the difference between onshore and off shore
The project manager is working with the team to help them understand the constraints the project must operate within. As a kick off to the meeting, the manager displays the first slide, which reads: Scope, Schedule and Budget--You may pick two. Based on the above scenario, which one of the project concepts is the manager relating to the team?
why tracability matrix need in manual testing? how to create tracebility matrix for web application.. please can u send ur replies
What is the difference between unit testing and smoke testing
who assigns siverity for a bug? is it test engnr, test lead or devlopment lead?
hi iam keeping 2+ fake exp here is my project plz tell me wt kind of Q's can be posed on it. Blue room acts as the central repository for all project information – providing detailed view into the operations of entire services of the organization. Blue room provides access to different levels of users based on their role like CEO, client, project managers, project leader and team members. Each will have permissions to access different functionality of the tool. Blue room gives access to higher management like CEO, VP or Project managers to real-time data including project completion percentages, gross margin, remaining engagement time, budget vs. actual, and profitability analysis. Through this extensive visibility, services professionals gain a better understanding of the overall performance of their services organization and are able to make faster and more effective strategic business decisions. Upload and download your Project files into Blue room from anywhere, making the latest project plans available to all participants via the Internet. n 1 more project also: Cable Network Management System (CNMS) efficiently handles customer information, billing and also effectively monitors the services provided. CNMS mainly consists of two modules. Cable Network Information (CNI) and Customer Accounts (CA). CNI maintains customer's information, employee information, service areas and tariff. CA is completely an accounting package, which helps to handle all accounting transactions of the company. The CA module is an important module and it includes account type, login information, and payment methods etc. Each customer account is linked in the system with a specific services offered to a customer, and the customer will be billed depends on his usage of these services. Customer account belongs to specific account type, which is related to some price plans and discounts. The billing process involves receiving billing records from various networks, determining the billing tariff associated with the area, calculating the bill for each customer on monthly basis, aggregating these records periodically to generate customer bills, sending bills to the customer, and collecting payments received from the customer and adjust customers balances accordingly. Up to Date Balance sheet, Import and Export feature, Network Compatible and user friendly, Rescue data through Recovery system and Dynamic Report Generation are other important features. can any 1 plz tell wt kind of test cases will be asked on dis.
What is the difference between Functional testing and Functionality testing?
Realizing you won't be able to test everything - how do you decide what to test first?
why we use defect tracking tool?
In a system designed to work out the tax to be paid: An employee has £4000 of salary tax free. The next £1500 is taxed at 10% The next £28000 is taxed at 22% Any further amount is taxed at 40% To the nearest whole pound, which of these is a valid Boundary Value Analysis test case? The options provided are a)£1500 b)£32001 c)£33501 d)£28000