SAP SRM : In Classic Scenario , For a Shopping Cart PO is Generated in the Backend and is Not Updated in the SRM Inspite of running BBP_GET_STATUS_2 Job Manually apart from Daily Scheduled Jobs ?? What do you do in this Case??
CTS,
2145Do I need a waybill in the following case:- If I purchase (on bill) small quantity goods (like artificial jewelry) from one state (say Delhi) and transports it personally (say via flight) to other state (say West Bengal) along with my personal belongings and then I put them to sell through my boutique in that state. Do I need waybill? If yes, what will be the procedure? Do I need to pay entry tax at WB? What will be the procedure? Am I doing anything unlawful while transferring goods personally? Please give your advice. Regards, Manoj
1545How do you proceed in case your active AS400 session has got disconnected suddenly, how can you get back to your session ? Is it possible??
1 4143In case if I want to know whether a record exists in a file, which one do you prefer CHAIN or a SETLL and why ?
1 3728How 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
1 3005Given the following code, which is true about the minimum 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 A. 1 test for statement coverage, 3 for branch coverage B. 1 test for statement coverage, 2 for branch coverage C. 1 test for statement coverage, 1 for branch coverage D. 2 tests for statement coverage, 3 for branch coverage E. 2 tests for statement coverage, 2 for branch coverage
1 3395What is the smallest number of test cases required to Provide 100% branch coverage? If(x>y) x=x+1; else y=y+1; while(x>y) { y=x*y; x=x+1; } A. 1 B. 2 C. 3 D. 4
1 8696For the following piece of code, how many test cases are needed to get 100% statement coverage? Procedure X Read (Color) // Input color from user IF (Color == “Red”) THEN Call Roses(Color) ELSEIF (Color == “Blue”) THEN Call Violets(Color) ELSE PRINT “User is no Shakespeare” SaveToDatabase(Color) End Procedure X A. 5 B. 3 C. 1 D. 2
1 4494
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?