What is software verification?
No Answer is Posted For this Question
Be the First to Post Answer
Explain acceptance testing?
What is Unit Testing?
Hi I am newly joined this forum.I am from Uk coming to hyderabad for 8 weeks for Software Testing Course.Please advice me the best Institute. Eagerly waiting for your response ASAP.
Define the notion of transaction and deadlock ?
What is upwardly compatible software?
When a bug is found, what is the first action?
What is Defect age?
there is a function called changevalues(x,y)inside this function x=x+y/2 y=y+x+5 end so i am calling function in one program as changevalues(y,x) what is the output if x=2 and y=10(ignore exact programatic statements) please can any one provide me answer for this immediately
On what basis you can arrive at an estimation for your project?
What are the valuable steps to resolve issues while testing?
What are the main key components in Web applications and client and Server applications? (differences)
4 Answers Accenture, Disha Tech, Verisoft,
Hi can anyone pls let me know, how many test case can be written to this C question (Unit testing) *funame (Int x, Long b) { x=b; x < 5 } Note: - Return type is boolean - Input type is unsigned char