After recieved the defect from Tester,developer is not getting any error while executing that bug then he will reject that defect due to the above reason.As a Tester what we can do in that situation?
15 21606Whenever developer will recieved the defect from the tester,then he will go thru the defect whether it is acceptable or not?for that he will execute that application again,while executing if he did not found any such type of defect(what we are rise the defect above),then he will send that defect to the corresponding tester with status of 'reject',as a tester what we can do?(here writing the reproduce steps and attached screen shots has been done by tester while sending the defect to the developer, no need to send reproduced steps and screen shots again)
6 10109How could we start writing testcases without having the FRS,BRS Docs? My Project has some docs that are related to explain the operations which will be done in the application. It is deployed in UAT server and is a maintainance project. Tell me some technipues or best way to provide the quality to application?
2183write bug name and discrition for following scenario: 1*1=1,2*2=5,3*3=9,4*4=17 using mscalculator ?
2 7983Can you please explain me about the types of Reviews?And which reviews are done by whoom?like Author,moderator etc..? Thanks for posting the Answer...
2 6878what is waterfall model?explain? what is v model? explain all phase?and the difference between two model?
3 16188Post New CTS Manual Testing Interview Questions
Can you modify the data in a block?
How to get freefile location in memory?
What are standardization and normalisation? Give one advantage of each over the other?
Explain module in drupal ?
Explain dimensions in google analytics?
How do you add an entry in the monitor log from the update rules?
What is the use of SAP NetWeaver Enterprise Portal?
Can you define apache lucene?
What is data structure in c programming?
what would be the minimum flow rate that we can measure on rotameter..?
What are priority queues?
What are page directives?
How to size fuse? How to size MCB?
What are steplib and joblib?
can we swap two different string using php for example:-- before swapping:-- 1 string :-hello friend, 2 string :-my dear, after swapping that strings will be: 1.hello dear, 2.my friend.