What do you mean by offshore and onshore testing?pls tell
the models of this testing?
Answer / mfsi_chinmayb`
Hi
Onshore testing-
Testing is considered onshore when software testing services
are provided at the customer’s site or at a dedicated Test
Center that is located within a 2 hours drive from the
customer site.
Offshore testing-
Testing is considered offshore when it is provided at a
remote site often located in a different country and continent.
| Is This Answer Correct ? | 4 Yes | 0 No |
What are the meetings conducted your company? Briefly Explain those Meetings(discussions on which topics)?
Difference between adhoc testing and error guessing?
How can u proove ur self as a TE the bug is valid? if the developer said its a invalid bug but TE said its a valid?
by testcase how to achieve 100% branch coverage for the following code. Read P Read Q Print "P" Print "Q"
Beyond the customary advantages of having a testing group, what are the benefits does a company receive from a well run, automated testing group?
How do you scope out the size of the testing effort?
what is a RAD (Rapid Application Development) Model when do the firm go for such a model?
Give an example of low severity and high priority bug?
what is the differance between functionality and functional testing?
What is the difference between web based application and client server application?
What is the Test Matrics?Process Matrics And Product Matrics?
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?