How will you test language converter e.g. (English to Spanish) without Automation tool?
OR
What are the test cases or scenarios for language converter?
Conditions:
1. without Automation tool,
2. You know only English language.
3. Make sure the tests should produce 80-90% pass result.

Answers were Sorted based on User's Feedback



How will you test language converter e.g. (English to Spanish) without Automation tool? OR What ar..

Answer / mahya

first write test case to check the conversion of letter provide data as 26 letter indivisual check output data 
no two letter have same output

check combining letter 
check special letter as above

Is This Answer Correct ?    6 Yes 0 No

How will you test language converter e.g. (English to Spanish) without Automation tool? OR What ar..

Answer / sangeeta

cant we do it by internationalization method i.e adding suffix to the property file in the server

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Manual Testing Interview Questions

What is White box & Black Box Testing?

4 Answers  


Can u specify one Deadlock or Processlock issue in a client server application?

1 Answers   Kanbay,


wat is test deliverables

5 Answers   Calpine Technologies, CTS,


Give an example of high severity and low priority bug?

2 Answers  


what is the purpose of using Tracability Matrix and how can you tell that testing has been succseed.

2 Answers   HCL, IPAN,






Can u any 1 please explain the below question and answer? Given the following code, which statement is true about the minimum number of test cases required for full statement and branch coverage? Read p Read q IF p q > 100 THEN Print "Large" ENDIF IF p > 50 THEN Print "p Large" ENDIF a) 1 test for statement coverage, 3 for branch coverage b) 1 test for statement coverage, 2 for branch coverage c) 1 test for statement coverage, 1 for branch coverage d) 2 tests for statement coverage, 2 for branch coverage

8 Answers   ISTQB,


How would you test a WINDOWS application...? & How you are going to test a WEB applicaiton...?

1 Answers   Broadridge,


Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif

2 Answers  


How will you give estimation when preparing Test Plan

1 Answers   Virtusa,


One simple question I had faced in one of the interview.But I was unable to give the proper answer for it. Question is "Tester will raise the defect.Then y the defect have to be send to the corresponding TL of the team for conformation?Y The tester is not confident withthe defect? If yes then how did he raise the defect?" Plz read it clearfully and answer it with app. answer.

4 Answers   iFlex,


Do the test cases differ for Functional,Integration,System and User Acceptance Testing???

2 Answers   iFlex,


Explain the manual testing process?

0 Answers  


Categories