What is the structure of the project??? I explained its 3
tire... But that was not the correct answer it seems...
Answers were Sorted based on User's Feedback
Answer / prasad
structure of the project means the process to be followed
flow r order of the project. The SDLC model explains u the
structure of the project , it depends on the process
followed by the companies.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sunithayagnamurthy heartcom in
Hai this is sunithaysgnamurthy
three tier architecture means in this layer Buisiness lozic
and user interface and database access seperately .in this
layer all the layers are seperated .if any change is thr in
any one of the phse it will not effect to another phase.
This is called the three tier architecture.
If any mistakes is thr please excuse
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / varsha b
In 3 tire architecture 1 tire runs User Interface on client
side.2nd tire is utilized to store database management
system and 3rd tire is placed between tire 1 and tire 2.3rd
tire is used to run application code logic.In contrast to 2
tire architecture using 3 tire architecture hundreds of
users can login simultaneously.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / kavs
Project structure means standards which are followed for
developing it like documentations standards,communication
standards etc etc..
| Is This Answer Correct ? | 0 Yes | 1 No |
What is Scalability Matrix
How should I manage the test cases? Should I have to write Version/Build number in the test cases against test cases which is get modified for that build/version.
1. can automation testing replace manual testing ? If it so, how ?
Q5. An expert based test estimation is also known as A. Narrow band Delphi B. Wide band Delphi C. Bespoke Delphi D. Robust Delphi
6 Answers ISTQB, Mercer, Seed Infotech,
What are the different criteria which will be filled when logging a Defect?
Why UAT required
What is white box testing, and what are the various techniques?
we need to perform Soak Perf Test, Resilience Perf Test, Regression Perf Test.
Inwhat basis the time is allocated for testing the application?
As there are different builds for every version & any build can release to the client.I m using Excell sheet for Test Case writting. Then Am I write Version No/build No.newly added feature test cases. Because when that build again release for testing I can understand that this build have that feature.
Q) If pseudo code below a programming language. what test case s are required to achieve 100% statements coverage If x=3 then display_message x; If y=2 then display_message y; else display_message z; else display_message z;
1.what si the out come of testing.?