There is a web portal that has been tested and working properly. Now a new module called as the "online shopping module" had been added. Ther are two search pages , a normal search and an advanced search page. You are responsible for only these two modules for testing Questions 1) Write the scope for testing 2)High level test scenarios 3)Test case for one high level test scenario 4) Assumptions while writing the test case 5) Questions that u might need to ask as a QA to test the application NOTE- the requiremnts wont be given. One has to assume the requirements Please tell me how to test a search page and also please help me answer the above questions
2 13514Each side of a rectangle is increased by 100% . How much the percentage of area will be increased
11 41908City A population is 68000, decreasing at a rate of 80 per year City B having population 42000 increasing at a rate of 120 per Year. In how many years both the cities will have same population
5 29142main() { char *p1="Name"; char *p2; p2=(char *)malloc(20); while(*p2++=*p1++); printf("%s\n",p2); } what is the output?
7 26953You attempt to query the data base with this command: SELECT name, salary FROM employee WHERE salary=(SELECT salary FROM employee WHERE last name='Wagner' OR dept no=233) Choose most appropriate option from the following: 1)Sub-queries are not allowed in the where clause. 2)a multiple row sub-query used with a single row comparison operator. 3)a single row query is used with a multiple row comparison operator.
10 17744write a function that takes an integer array as an input and finds the largest number in the array. You can not sort array or use any API or searching needs?
2 13538I am new to Testing , my question is Integration Testing is a BlockBox Testing or White box testing ? please give me a answer .....
7 14456Post New Zycus Infotech Interview Questions
Two Companies have the same amount of working capital .Th current debit paying ability of one company is much weaker than that other explained your use how this could occur
What is slice in go?
What are the minimum configurations needed to create a spring mvc application?
How many bytes is an int c#?
What is singleton class in java and how can we make a class singleton?
How do we find duplicate elements in an array?
Why is a trigger used?
What is activity-based costing? : co- general controlling
What is managed code in .NET?
I want to implement functionality like. When any user create issue, he should assign only to group MFG(not other than MFG), then MFG group will try to resolve at there end, if they resolve issue then MFG group will update status to close, and if not then MFG group user will forward(assign) to SUPPER group, and supper group will assign to expert person. What I did As follows. 1)created two Issue tracking list one is "ABC" another is "PQR" 2) Also applied permission on ABC and PQR list. because end user should not interact directly with consultant, one group of 4 person is present between end users and consultant, this group is mediator. 3) copy workflow is created. it will copy list of items from ABC list to "PQR" List. Here Im facing problem that workflow will not copy item because user of "ABC" does not have access to "PQR". if i give contribute permission on both list then workflow work correctly. I want that User of List ABC should not see the PQR list and workflow copy item from one list to other list. Can any one help me? thanx in advance
Does Tuxedo use psappsrv.cfg in text form to determine run-time parameters for the domain? If not, what does it use?
What is the difference between union and union all in teradata?
How do I delete a sql server database?
Real-Time usage of Raspberry pi?
What are nodes and ephemeral nodes?