What would be the possible test cases for following criteria You have a username filed which don't accept same name twice
1174There is a carem board where 4 No of player can play at a time but 5 No of player have to play with every for gain personal score(not double).In this case how many total minimum No of game /meach will be play..
1 2569There is a carem board where 4 No of player can play at a time but 5 No of player have to play each to every. In this case how many minimum game will be play.?
2 32904. Select sum(A.salary) +sum(B.salary) as TOT_SAL from ( select LEVEL emp_id,level*100 salary,case when mod (level,2)=0then 2 else null end dept_id from dual connect by level<6 )A right outer join (select level emp_id ,level*200 salary ,case when mod (level,3)=0 then 2 else null end dept_id from dual connect by level<6)B On A.dept_id=B.dept_id And A.emp_id=B.emp-id;
1 2631date format and we should 8 digits - not accepted only /accepted write how many in test cases in the date format valid , and in valid
1451
I am fresher and i have completed my software testing course and i don't have real time experience,can anybody help me regarding financial domain projects,main testcases in that domain.
I am surekha new commer for this site? I have some doubt's pls clarify it..... I finished my B.tech and S/w Testing Course Now iam searching for a job in Testing, I did not have any experience in real time projects. Any body can send me the sample Testcases,Srs,Matrix for Banking,ERP Projects etc.Here is my email id surekhai@yahoo.com
What is the content reside in Use case Document?
have u write any sanity testcases?
what r the strategies & methodologies r u following in preperation of test cases based on usecase?
The Following Characterstics posses some XYZ company. * Uses formal standards and policies * Conducts software inspections * Has advanced configuration management and change control * Uses CASE tools * Has a software engineering process group * Gathers metrics on process and quality * Requires that developers have formal software engineering training * Practices continued process improvement Based on aboue , Tell me which CMM Level is the company..? 1. Level 1 - Initial 2. Level 2 - Repeatable 3. Level 3 - Defined 4. Level 4 - Managed 5. Level 5 - Optimizing
Many times,civil cases result in compromise and settlement agreements. When was the last time you successfully negotiated your stance?
This post does not have a normal trial docket. You will be assigned to cases where the defendant's crime occurred in your patrol division. How do you feel about not being in the normal trial rotation?
what are the control measures in case ofsclerotinia stem rot of soyabean?
Write a function that inserts an integer into a linked list in ascending order. Write the test cases for this function.
Can the activities of test case design be automated?
How are the activation URLs different in case of SAO and CAO in .NET remoting?
How does dynamic discovery (in case of *.vsdisco) work? What goes on behind the scenes?
Our software designers use UML for modeling applications. Based on their use cases, we would like to plan a test strategy. Do you agree with this approach or would this mean more effort for the testers.
I know functional test cases are derived from frs and system design specs. But are test cases for performance, database, boundary, relational integrity and other types of tests other than functional tests created from frs and system design specs as well? When are these test cases created? Are they in the same test plans alongside functional test cases or is their a different test plan that includes these test cases?