what are 5 common problems in software development process?
Answer Posted / prachi
1.unrealistic schedule of the system development
2.ineffecient system user interface
3.inadequate testing and integration of the system
4.system maintenance lacks flexibility
5.unique objective of the software - poor requirements.
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Hi there, I am new to the world of testing. Is there any place where I can have a look at an actual specification documents or test plans or test cases. This will help me in generating a level of confidence. Looking forward to your replies
what is conditional testing? explain and examples
What are the roles of glass-box and black-box testing tools?
can somebody plz tel me about financial domain for manual tester?? which kind of application use and what is the approach of testing??
During alpha testing why customer people are invited?
For any web application, what are the possible login features that should be tested?
Why do you need to parameterize fields in your virtual user script?
how to write manual testcases for download the files from the template. for example:from product cost enddate
Hi....Friends....If anybody having Sample CSTP question papers, pls send it to the following Id... Thanks n advance... theramkumar@gmail.com
Hi i am looking for Test Engineer Job, i have done the course, but i don't have work experience on it, Is it So important to have real time Exp or knowledge is enough? and please let me know like how i can improve for the interview. You can send me a mail on this id: rashmi_vastred@yahoo.co.in
What r the sequences that leads to automation?
What is Application Performance testing and Operational performance testing
Which is the best book to ref. for design the test cases/scenario in manual testing,which gives detailed idea with all the strategies ?
How do you go about testing a project?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?