Can you explain calibration in Testing?
No Answer is Posted For this Question
Be the First to Post Answer
How to test URl of a website manualy?
I have password field in my application.while entering data into pwd field the characters are not encrypted will it come under gui testing or unit testing? is gui testing checked by typing or entering data into fields?
what is coupling integration testing
What is system testing ?
What is bug priority?
What are the important scenarios for testing emails? How do you test emails? Which tool is best for testing email?
What is the V-model?
Can any explain briefly about RBT (risk based testing
what is mean by object oriented design?how is testing affected by object oriented designs?
How does a coverage tool work?
What is the best way to answer, what is test scenario, strategy and test plan
How do i write a test condition to test the following simple program with the intention of 100% statement coverage Print “Hello World” If Date $ = ‘01-01-2000’ then Print “Happy New Year” END IF PRINT “The date is = “Date $ PRINT “The time is = “Time $ END Could anyone please clarify in detail. Would really appreciate it....