What are the difference steps followed for web based and windows based application in manual testing?What is Validation and Verification?Which test/tool is followed in Validation n Verification?Pls. answer me ASAP. Its been asked in the interview

Showing Answers 1 - 9 of 9 Answers

N/A

  • Oct 24th, 2006
 

In Web application you should check additional cases that you don't use in windows application such:

1. Checking the application in all Internet Explorer version (or from version that your application should support until the last version)

2. Fire Fox browser (in case that your application should support)

3. Netsape browser (in case that your application should support)

4. All Windows platforms ( Win95 + Win98 +....  - or from version that your application should support until the last version + Service Pack versions)

5. Checking your application with Internet Options

6. Checking your application with different windows resolution and settings

  Was this answer useful?  Yes

Swapna

  • Oct 27th, 2006
 

validation is the process confirming to the user requirements.

verification is the preocess confirming that software meets its specifications.

  Was this answer useful?  Yes

subbu

  • Oct 27th, 2006
 

in simple words

verification means "r we building the product right?"

validation means "r we building the right product?"

  Was this answer useful?  Yes

sowjeey

  • Oct 31st, 2006
 

     diff b/w verification and validation?

    verification: whether the product is suitable for customer reqirement or not.

    validation:  whether the product is valid or not.

                         

  Was this answer useful?  Yes

DEar Mala,The question required some more clarification but still as i got the question, the ans is...In manual testing whether it is web based or windows based, The main thing is requirements and the functional specifications.see what is expected and write the testcases acc. to that.Validation is what actually tester does, dynamic testing.verification is to see standards for project.What we have to make and what we have made?See for validation there are thousands of tool depends on ur requirement which type of velidation u r doing. Functional,performance,link check,CSS check etc.Verification is as i know is a manual task.

  Was this answer useful?  Yes

vijay

  • Nov 3rd, 2006
 

Verification:

a)are we building the right product.

b)involves static methods like walkthroughs and reviews,inspections.

Validation:

a)are building product right or not.

b)involves dynamic methods i.e.,actual system testing.

  Was this answer useful?  Yes

Sujatars

  • Jan 9th, 2007
 

Verification ensures that the system complies with organizations standards & processess,relying on the review of non executable methods.i.e by static methods

It is simply verifying Are we building the right product

Validation ensure s that system operates according to the plan by executing the system function through a series of test that can be observed & executed.

It is Are we building product rightly.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions