comptability testing with ui means,any body can expain me
how we perform compatability testing in real time,don;t
give definetions
Answers were Sorted based on User's Feedback
Answer / karthick
Comptability testing means we will test a same application
in various environments,for example we can test a web
application which is working fine in IE7 browser with the
browsers like.., firebox, chorme, safari or IE9 version.
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / vibhav
Compatibilty testing is testing the application in different environments.
i.e, testing in different operating systems like, windows vista, windows 7, windows 2000 server, windows 2003 server, SP1, SP2 etc
testing in different browser like chrome, IE6,7,8,9, firefox, netscape etc
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / naveen kotha
compatability testing means run the software on different platforms. Here platform means operating systems,browsers ,other system softwares.
| Is This Answer Correct ? | 2 Yes | 0 No |
what is mean security testing ? define with example
Explain briefly your project.
write the test case for Bulb & Mobile phone
How much konwledge of server require for a software tester.?
what will the future for manual testing
Why we have to do manual testing?
what is stress testing, and load testing, vidune testing pls give suitable example in the question
what is the need to write testcases??? cant u test ur application with SRS?? y u have to write testcase document??
What is the configuration tool is using in your organization.
As a Tester how we choose black or white box testing technique for a application?
what we have to do if the application has some additional functionality which is not specified as part of functional spec.(but is useful.. may b futher) Do we consider it as a defect?
My application is Central Management System(CMS) & Point of Sale(POS). CMS - main server is installed on one PC & POS - Client is installed on another PC. We can manage number of POS from CMS server. CMS is divided into CMS-Master & CMS Client. System flow is like - Manage data Menu has 22 submenus ex: Users, Customers, Printers etc....................... Manage all 22 submenus in CMS-Master Import all 22 submenus in CMS-Client one by one. My Question ---> Import CMS-Master to CMS-Client is the test case, So Should I consider it as a single test case or I have to write separte test cases for Importing All 22 submenus?