what is testing management methodologies??
plz help me
Answer Posted / nuve1284
u can get all questions in the below site
swaretesting.blogspot dot com and qtestpro.blogspot dot com
its not possible to post here..send your email ID I wil
forward all interview Qs with me
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
what is independent question and what is retriewing and what is problem of severity.
1.For a single module how many builds are possible 2.what will be the max or min time to finish up an single module
What are the two main categories of software testing?
How to test the Online Games?? Suggest tricks. I have experience in server-client application testing.
Can anyone tell me about banking project? abt the transactions? the flow?
what risks do u faced u r projest how do you solve
How to do security implementation for any URL??
Can anybody write the test cases for the following scenario. I want to create District. for that, District Code field, District Name field, Reset button, Submit button, Back button are there in the screen. whenever we enter District Code & District Name in the related fields, by clicking on Submit button, District should be created. By clicking on Reset button, all fieds should be cleared. By clicking on Back button, user should navigate to home page. Can you write the test cases for the scenario. I want to know the test case format for the scenario. what procedure is the best. tahnks in advance...
types of reviews?Advantages of reviews? Diff between process and procedure? diff b/w verification and validation? diff b/w cmm,cmmi? exp tqm,gqm,iso,ieee? Roles and responsibilities of tester? Ricks,types of ricks? what r Quality factors?
What if an organization is growing so fast that fixed testing processes are impossible? What to do in such situations?
What are differences between Testing in Uncontrolled Environment and Abnormal Environment?
Q) Create Preffered customer: As a customer when i purchase more than $5000 in goods since my first purchase, I become a preffered customer so that i can receive the benefits associated with that status.
Explain some techniques for developing software components with respect to testability.
What is meant my Firewall testing? how the testing is performed on it?
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?