A portion of the disclosure of this patent document contains material which is subject to copyright protection. The copyright owner has no objection to the facsimile reproduction by anyone of the patent document or the patent disclosure, as it appears in the Patent and Trademark Office patent file or records, but otherwise reserves all copyright rights whatsoever.
One or more implementations relate generally to multi-tenant database systems, and more specifically to multi-mode testing of database components.
The subject matter discussed in the background section should not be assumed to be prior art merely as a result of its mention in the background section. Similarly, a problem mentioned in the background section or associated with the subject matter of the background section should not be assumed to have been previously recognized in the prior art. The subject matter in the background section merely represents different approaches, which in and of themselves may also be inventions.
In multi-tenant database systems, such as the salesforce.com service, a multi-tenant architecture is used wherein users or customer organizations (i.e., tenants) share database resources that are organized as one logical database. The database tables themselves are typically shared and logical structures are employed to ensure differentiation and security among the different tenants. For example, each entity in the data model typically contains an organization_id column that distinguishes rows for each tenants. All queries and data manipulations for a tenant use a filter on this indexed column to ensure proper security and the appearance of virtual private databases. The data structure can be used to expose standard entities, such as Account, Contact, Lead, and Opportunity entities to customers.
In a multi-tenant database system, there are typically various applications and processes that are exposed to users through multiple modes of operation. For example, interfacing to the system applications could accomplished through user interfaces (UI), application program interfaces (API), or other development platforms that allow developers to access back-end processes and client-server interfaces. Each of these interfaces represents a different mode of operation. Oftentimes, these applications and processes are required to be tested for all the different supported modes of operation to ensure proper operation across all possible operational modes. In a traditional testing approach, a system administrator or other personnel needs to create test automation for those each of these different modes of operation independently. This results in the replication of the same test scenarios across multiple test suites for different operations, which results in an increase in the effort of test automation and in the deployment and use of redundant test code.
Accordingly, it is desirable to provide techniques enabling efficient testing of multi-tenant database components for different operational modes.
In an embodiment and by way of example, there are provided mechanisms and methods for providing a multi-mode testing scheme for components of a multi-tenant database system. For applications that have multiple modes of interaction with a user or system, such as through a user interface (UI), remote API interface, or local API interface, embodiments include a test framework that abstracts and separates the operational functions from the test scenarios. In this manner, the same test code for the operational functions can be used regardless of the interface to the application. A method under embodiments defines a set of test operations comprising a test for the hosted application, with each test operation interacting with the application through an interface of a plurality of interfaces, and it defines a set of test scenarios, with each test scenario including a number of generic test steps and test operations, and wherein each test scenario includes a function call to the test operation corresponding to the interface to be tested. The one or more test scenarios can then be executed to implement a test on the interface to be tested for the hosted application.
While one or more implementations and techniques are described with reference to an embodiment in which a method for providing an efficient test scheme for multiple for an on-demand database service capable of supporting multiple tenants, the one or more implementations and techniques are not limited to multi-tenant databases nor deployment on application servers. Embodiments may be practiced using other database architectures, i.e., ORACLE®, DB2® by IBM and the like without departing from the scope of the embodiments claimed.
Any of the above embodiments may be used alone or together with one another in any combination. The one or more implementations encompassed within this specification may also include embodiments that are only partially mentioned or alluded to or are not mentioned or alluded to at all in this brief summary or in the abstract. Although various embodiments may have been motivated by various deficiencies with the prior art, which may be discussed or alluded to in one or more places in the specification, the embodiments do not necessarily address any of these deficiencies. In other words, different embodiments may address different deficiencies that may be discussed in the specification. Some embodiments may only partially address some deficiencies or just one deficiency that may be discussed in the specification, and some embodiments may not address any of these deficiencies.
In the following drawings like reference numbers are used to refer to like elements. Although the following figures depict various examples, the one or more implementations are not limited to the examples depicted in the figures.
Systems and methods are described for a testing framework that provides an efficient method for testing a multi-tenant database system through multiple modes of interface accessibility. Aspects of the one or more embodiments described herein may be implemented on one or more computers executing software instructions. The computers may be networked in a client-server arrangement or similar distributed computer network, and one or more of the networked computers may execute application programs that require periodic testing to ensure continuing functionality.
The client computer 102 of system 100 may be a workstation computer or it may be a computing device such as a workstation, personal computer, notebook computer, personal digital assistant, or the like. The server computer 104 may likewise be implemented within any suitable networkable computing device, such as server-class computers, workstations, personal computers, or any similar device capable of hosting applications accessed over network 110.
In a typical implementation, server computer 104 may be a World-Wide Web (WWW) server that stores data in the form of web pages and transmits these pages as Hypertext Markup Language (HTML) files over the Internet 110 to client computer 102. In a web-based network in which network 110 is the Internet, network server 104 executes a web server process 106 to provide HTML documents, typically in the form of web pages, to client computers coupled to the network. To access the HTML files provided by server 106, client computer 104 executes a web browser process 108 to access web pages available on server 104 and other Internet server sites, such as other content providers.
One or more of the computers in system 100 may execute application programs to perform certain functions. The applications may be installed and executed locally on client computer 102 through local application programs 112. Applications executed on or for client computer 102 may also be hosted on the server computer 104 through hosted application programs 116. The applications 112 and/or 116 may need to be tested at least periodically to ensure functionality. Specialized test routines are usually developed to run the applications through a full suite of tests, depending on system requirements and constraints. Such test programs can be part of an overall test framework that is provided by server 104. In an embodiment, the server computer 104 executes one or more test programs that may be part of an overall routine to test the functionality of applications 112 and/or 116.
In one embodiment, the server 104 is an enterprise server computer that provides comprehensive application and data management functions to a large number of client computers, such as client 102. In this case, the server 104 (which may be implemented as a plurality of separate server computers) functions as a platform for certain customer relationship management (CRM) and database management functions. CRM is generally understood to be a strategy for managing a company's interactions with customers, clients and sales prospects. The CRM platform includes components that organize, automate, and synchronize business processes, such as sales, marketing, customer service, technical support, and other similar activities. CRM functions help companies find and manage clients. For the embodiment of
In a large scale SaaS enterprise system, such as the Salesforce.com system, there are various applications and processes that are exposed to users through multiple modes of access or operation. These modes of operation include access through web-based user interface, application program interfaces (API), and local host access, among others.
The interface to the hosted applications 202 can also be provided locally through interface 206, which is resident on the platform server 202. In an embodiment, the local interface is an Apex™ interface. Apex is a development platform for building software as a service (SaaS) applications on top of the customer relationship management (CRM) functionality provided by Salesforce.com. A local interface, such as Apex allows developers to access the back-end database 212 and client-server interfaces to create third-party SaaS applications. The Apex interface 206 includes an API that developers can use to access user data stored in the one or more databases 212 on the CRM platform 202. Such an API generally allows developers to use common SaaS components, like web widgets or a multi-tenant database, without the need to develop much of the infrastructure traditionally associated behind SaaS programs. As shown in
The applications and processes 204 within the CRM platform 202 are generally required to be tested for all the different supported modes of operation. In the traditional testing approach, one would create tests for each of the different modes of operation independently, and replicate the same test scenarios across multiple test suites for different operations. This obviously increases the effort of test automation and results in redundant test code. To eliminate this problem, a test framework under embodiments comprises a test automation approach that performs tests for all of the different operation modes using a common program base. The multi-mode test framework comprises two main components of (1) operation interface and (2) scenario abstraction.
Each application 204 typically comprises both a front-end component and a back-end component. The front-end component includes processes that interact with the user through a user interface, such as the web browser 208. The front-end component provides an interface through which a user can access and log into an application and then perform tasks, such as creating or modifying database records. The back-end component includes processes that interact with the application through API-based processes 210 and/or 206. Through the API interface, users can write custom program code and call an API to create or modify records. The API can be either remote to the system or it may be local to the system. A remote API is usually executed on the client computer 102 for interfacing to the hosted applications 116 on the server 104, whereas the local API is executed directly on the server 104. One example of a local API interface is the Apex code provided by Salesforce.com for use with their CRM platform. Using Apex, a user writes code in the Apex language and uses the API that is hosted locally on the server computer 104.
In general, the front-end and back-end processes may perform many of the same tasks, with the difference being in the interface to the user through the different paths of UI, API, or Apex code. The test framework separates and isolates the actions from the operations. The operations are standard steps initiated by the user and are performed through the UI, remote API, or server-side API (e.g., Apex) interface. With respect to a database system, example operations include starting a sync, stopping a sync, adding a record, editing a record, and so on. Each of these operations can be performed through any one of the interfaces, and the core functionality of each operation remains the same regardless of the interface that is used. The actions comprise the actual processing steps within the operation and that are generic to the operation regardless of the interface. The test framework defines the different standard operations that can be performed by the user. The test framework also defines the different test scenarios for the test or tests that can be performed on the operations. In a database system, an example test scenario could include the steps of: setting up the records, perform the operations, and verify the results. These test scenario steps are abstracted out of the test environment, so that when a test is implemented it only needs to be executed once for any or all of the possible interfaces (UI, API, Apex). The operation actions are provided in a separate class then the test. In this way, the core test functions are separated and decoupled from the operation actions and do not need to be replicated or rewritten for the separate interfaces. The test framework thus comprises the generic operations defined as a separate class and the test steps which are passed in to the different interface operations. In this manner, the test steps are run in the context of each specific interface.
Next, an abstract class is created that defines the structure of a test scenario that takes SimpleOperation as an input parameter, block 306. For example, in the BaseTestScenario class, there is a method called run( ) that invokes setup( ), runScenario( ) and cleanup( ) methods to execute a test scenario. There can be many different implementations of BaseTestScenario class that are developed for testing various distinct scenarios, e.g. TestScenario1, TestScenario2, . . . TestScenarioN, and so on. These test scenario implementations are reusable in conjunction with different concrete operation class to achieve multi-mode testing in which the same test is performed for each of the three interface modes of operation, block 308.
A traditional test performed for each of the interfaces of UI, API, and Apex may be implemented as three separate sets of test code as follows:
As can be seen in the above case, three different tests need to be executed, one for each of the interfaces, with the operation steps distinguished on the basis of the interface. In an embodiment, the multi-mode testing framework separates the test scenario from the operations steps so that the operational steps can be reused. In this case, the test scenario is made generic with respect to the interface, and the operation is then defined with respect to the functions of the operation and the different interfaces. This can be illustrated as follows:
As can be seen, the abstraction allows the operation to be passed as an argument to the test scenario. The setup and verify, and other common functions are common to the different test scenarios and can be statically defined. The operation portion is passed through the appropriate interface, e.g., UI, API, or Apex. If the UI operation is called, the operation will be called through the UI, if the API operation is called, the operation will be called through the API, and if the Apex operation is called, the operation will be called through Apex. In this manner, the operation is only defined once and used multiple times depending on the interface that is used.
In an embodiment, the testing framework creates an extensible scenario based automation that is created to test sync operations between opportunities and quotes. One common application in a CRM application is to synchronize (sync) quotes with opportunities, with or without line items. The sync operation is usually called near the end of the sales process and is done to ensure that the quote received by a client is a mirror image of the desired opportunity and products with the quote and quote line items. Any mismatch between the database records or fields that are defined as necessary to be in sync will cause a test error, as the quote does not necessarily apply to requested item in this case. The sync process is critical to the operation of the database and is often tested on a frequent periodic basis (e.g., daily or hourly) within an organization. The test platform automation tests the same processes from the UI and the local or remote API interfaces. The automation approach was to create scenarios that emulated the entire process of creating an opportunity through syncing the final quote. This solved the problem of testing the same business process with two different sets of code and avoided all the overhead of setup for the scenario as well. The implementation involved utilizing: abstract classes to provide the basic containers for what needs to be implemented; classes that implement just the operations; classes that described the scenarios; and classes that brought the implementations (UI or API) together with the requisite scenarios. This framework allows the combination and integration of what would have been separate test cases and even test complex business scenarios.
In an embodiment, the test plan for the sync operation implemented within the test framework covers the following areas: (1) quote & quote line entity save; (2) quote-opportunity sync; and (3) quote sync scrutiny. The test focuses on quote specific functionalities, e.g., calculated summary fields, sync fields and so on. Basic testing functions provided within the base (CRM) platform can be leveraged for testing generic functionalities, such as basic CRUD, DML (data manipulation language) operations and entity save. For quotes-specific entity save and sync testing, operations are grouped into the following categories: basic save and sync, bulk save and sync, partial save and sync, and recursive save and sync. With reference to
One test scenario is the quote entity save operation. The standard base platform functionality that needs to be tested is (1) basic API—insert, update, delete, undelete of Quote & Quote Line 507 entity functionality; (2) entity save—validation, workflow, trigger, RSF (RSF from QuoteLine to Quote 506, RSF from Quote to Opp 504, (RSF from Opp to Acc, RSF from Quote to Account 502, and bulk DML with partial save; (3) standard summary fields for API/Apex/workflow operations that affect Quote/QuoteLine summary fields (Quote: Subtotal, Quote: % Discount, Quote: Discounted Total, Quote: Grand Total, QuoteLine: Sales Price, QuoteLine: Quantity, QuoteLine: Total Price, QuoteLine: Subtotal, QuoteLine: Grand Total). The test checks to see whether these fields have correct value during entity save operations, e.g., workflow/validation rule priorvalue, trigger.new, trigger.old, RSF value, and so on. The test also: verify entity field history tracking on Opp or Quote for sync changes (if Quote support history tracking) and for syncedQuoteld (Opp) and IsSyncing (Quote) when start/stop sync; verifies big deal alerts on Opp, verifies stage history on Opp; verifies approval process on Opp and Quote; verifies sync with entity lock on Quote & QuoteLine or Opp and OppLine 505; verifies sync with validation on Quote & QuoteLine or Opp & OppLine; verifies lookup filtered on syncedQuoteID field.
The Quote-Opp sync occurs when at least one of the following occurs: (1) change synced Quote on Opp; change pricebook on Opportunity or synced Quote; add/delete OppLine on the parent Opportunity or QuoteLine on synced Quote; change any related fields on QuoteLineItem. The fields that are affected are: Quantity, UnitPrice (Sales Price); Discount; HasQtySchedule (OppLine only); HasRevSchedule (OppLine only).
There are certain basic scenarios for changes on synced Quote or Opp parent through UI, API and Apex code. These are as follows: (1) Set initial synced Quote on Opp; (2) Set initial synced Quote on Opp w/ OppLine; (3) Set initial synced Quote from Opp w/ schedules; (4) Insert/Update/Delete QuoteLine on synced Quote; (5) Undelete QuoteLine on synced Quote; (6) Change synced Quote; (7) Insert/Update/Delete OppLine Schedules; (8) Insert/Update/Delete OppLine; (9) Delete synced Quote, (10) Undelete synced Quote; (11) Change pricebook on opp; (12) Change pricebook on synced Quote; (13) Change synced Quote to another Quote w/different pricebook; (14) Delete opp (w/ line & schedules) w/ multiple Quotes; (15) Undelete opp (w/ line & schedules) w/ multiple Quotes; and (16) Multi-line edit on QuoteLine/OppLine
In an embodiment, bulk DML operations can be tested through API and Apex code. The tests include (1) Bulk insert/update/delete QuoteLines across multiple synced Quotes for different Opps; (2) Bulk insert/update/delete QuoteLines across multiple Quotes for same Opp parent; (3) Bulk insert/update/delete OppLines across multiple Opps; (4) Bulk insert/update/delete OppLine schedules on different OppLine across multiple Opps; (4) Bulk insert/update/delete/undelete Quotes w/ same Opp parent; (5) Bulk insert/update/delete/undelete Quotes w/ different Opp parent. The above test scenarios can determine wither partial save and verify changes are rollback correctly for: error on QuoteLines, error on Quote, error on OppLines, or error on Opp.
The quote sync scrutiny function can be used to check for the following: (1) Quote/QuoteLine summary fields are correct; (2) Quote-Opp fields are not out of sync; (3) Orphan Quotes/QuoteLine; (4) Invalid OppLine reference from QuoteLine; (5) Invalid reference to Quote/QuoteLine; and (6) Invalid synced Quote.
As will be appreciated by those of ordinary skill in the art, many special test scenarios and even negative test scenarios can be implemented with regard to certain sync operations using the test framework for multi-mode operation in a CRM system.
The multi-mode test framework is used to create test scenarios that emulate the process of syncing Opportunity records with Quote records, and which can be utilized to execute via the UI, API or Apex operations. The following portions of program code illustrate the implementation of this multi-mode test framework, under an embodiment.
The above code segments are provided primarily for purposes of illustration and are not intended to limit the embodiments to any specific code structure, content, or programming language.
Although embodiments of the testing framework have been described in the context of a database sync operation, it is to be understood that such embodiments can also be directed to other operations that involve interaction through two or more interfaces. Thus, the test automation pattern is applicable to many different applications and processes. One example is a social network communication application, such as the Chatter™ application provided by Salesforce.com. Chatter is a collaboration application for the enterprise to connect and share information securely with people at work in real-time. The Chatter application defines an operation interface with the functions: share( ), comment( ), like( ), follow( ), unfollow( ), delete( ), and provides UI, API and APEX implementations for these operations. Using the multi-mode test framework, reusable test scenarios can be created to efficiently run in multi-modes of operation. Similarly, within the CRM context, for processes like lead conversion, workflow approval, merge record operations, and so on can be performed through multiple modes of operation. Each of these operations can be abstracted into operation interface and scenario abstraction and then tested using the test framework.
System Overview
Embodiments of the multi-mode test platform for testing applications can be used in any number IP based network environments. One such environment is a distributed database application that is implemented over a local or wide area network. One example of such an application is a multi-tenant database system. As used herein, the term multi-tenant database system refers to those systems in which various elements of hardware and software of the database system may be shared by one or more customers. For example, a given application server may simultaneously process requests for a great number of customers, and a given database table may store rows for a potentially much greater number of customers. As used herein, the term query plan refers to a set of steps used to access information in a database system.
Environment 610 is an environment in which an on-demand database service exists. User system 612 may be any machine or system that is used by a user to access a database user system. For example, any of user systems 612 can be a handheld computing device, a mobile phone, a laptop computer, a work station, and/or a network of computing devices. As illustrated in
An on-demand database service, such as system 616, is a database system that is made available to outside users that do not need to necessarily be concerned with building and/or maintaining the database system, but instead may be available for their use when the users need the database system (e.g., on the demand of the users). Some on-demand database services may store information from one or more tenants stored into tables of a common database image to form a multi-tenant database system (MTS). Accordingly, the terms “on-demand database service 616” and “system 616” may be used interchangeably herein. A database image may include one or more database objects. A relational database management system (RDMS) or the equivalent may execute storage and retrieval of information against the database object(s). Application platform 618 may be a framework that allows the applications of system 616 to run, such as the hardware and/or software, e.g., the operating system. In an embodiment, on-demand database service 616 may include an application platform 618 that enables creation, managing and executing one or more applications developed by the provider of the on-demand database service, users accessing the on-demand database service via user systems 612, or third party application developers accessing the on-demand database service via user systems 612.
The users of user systems 612 may differ in their respective capacities, and the capacity of a particular user system 612 might be entirely determined by permissions (permission levels) for the current user. For example, where a salesperson is using a particular user system 612 to interact with system 616, that user system has the capacities allotted to that salesperson. However, while an administrator is using that user system to interact with system 616, that user system has the capacities allotted to that administrator. In systems with a hierarchical role model, users at one permission level may have access to applications, data, and database information accessible by a lower permission level user, but may not have access to certain applications, database information, and data accessible by a user at a higher permission level. Thus, different users will have different capabilities with regard to accessing and modifying application and database information, depending on a user's security or permission level.
Network 614 is any network or combination of networks of devices that communicate with one another. For example, network 614 can be any one or any combination of a LAN (local area network), WAN (wide area network), telephone network, wireless network, point-to-point network, star network, token ring network, hub network, or other appropriate configuration. As the most common type of computer network in current use is a TCP/IP (Transfer Control Protocol and Internet Protocol) network, such as the global internetwork of networks often referred to as the “Internet” with a capital “I,” that network will be used in many of the examples herein. However, it should be understood that the networks that the one or more implementations might use are not so limited, although TCP/IP is a frequently implemented protocol.
User systems 612 might communicate with system 616 using TCP/IP and, at a higher network level, use other common Internet protocols to communicate, such as HTTP, FTP, AFS, WAP, etc. In an example where HTTP is used, user system 612 might include an HTTP client commonly referred to as a “browser” for sending and receiving HTTP messages to and from an HTTP server at system 616. Such an HTTP server might be implemented as the sole network interface between system 616 and network 614, but other techniques might be used as well or instead. In some implementations, the interface between system 616 and network 614 includes load sharing functionality, such as round-robin HTTP request distributors to balance loads and distribute incoming HTTP requests evenly over a plurality of servers. At least as for the users that are accessing that server, each of the plurality of servers has access to the MTS' data; however, other alternative configurations may be used instead.
In one embodiment, system 616, shown in
One arrangement for elements of system 616 is shown in
The applications 618 within system 616 each represent a set of operations that interact with system components and user systems 612 through one or more operational interfaces. As described above, the applications may comprise front-end and back-end components that interface between the user and the system through a UI component 630 and/or through remote API processes or local API processes (e.g., Apex). A test platform 632 in accordance with embodiments described above tests the functionality of an application using a common set of test code for the operations of the application, and different test scenarios for the interfaces. The test platform is typically provided as part of an automated test process that is provided as part of the overall system functionality provided to the users. The test platform can include tests that are run as part of an automated test suite that is initiated manually by the user, performed periodically on an automated basis (e.g., hourly, daily, weekly, etc.), or run upon triggering by a defined event (e.g., logon by a user).
Several elements in the system shown in
According to one embodiment, each user system 612 and all of its components are operator configurable using applications, such as a browser, including computer code run using a central processing unit such as an Intel x86 processor or the like. Similarly, system 616 (and additional instances of an MTS, where more than one is present) and all of their components might be operator configurable using application(s) including computer code to run using a central processing unit such as processor system 617, which may include an Intel x86 processor or the like, and/or multiple processor units. A computer program product embodiment includes a machine-readable storage medium (media) having instructions stored thereon/in which can be used to program a computer to perform any of the processes of the embodiments described herein. Computer code for operating and configuring system 616 to intercommunicate and to process web pages, applications and other data and media content as described herein are preferably downloaded and stored on a hard disk, but the entire program code, or portions thereof, may also be stored in any other volatile or non-volatile memory medium or device as is well known, such as a ROM or RAM, or provided on any media capable of storing program code, such as any type of rotating media including floppy disks, optical discs, digital versatile disk (DVD), compact disk (CD), microdrive, and magneto-optical disks, and magnetic or optical cards, nanosystems (including molecular memory ICs), or any type of media or device suitable for storing instructions and/or data. Additionally, the entire program code, or portions thereof, may be transmitted and downloaded from a software source over a transmission medium, e.g., over the Internet, or from another server, as is well known, or transmitted over any other conventional network connection as is well known (e.g., extranet, VPN, LAN, etc.) using any communication medium and protocols (e.g., TCP/IP, HTTP, HTTPS, Ethernet, etc.) as are well known. It will also be appreciated that computer code for implementing embodiments can be implemented in any programming language that can be executed on a client system and/or server or server system such as, for example, C, C++, HTML, any other markup language, Java™ JavaScript, ActiveX, any other scripting language, such as VBScript, and many other programming languages as are well known may be used. (Java™ is a trademark of Sun Microsystems, Inc.).
According to one embodiment, each system 616 is configured to provide web pages, forms, applications, data and media content to user (client) systems 612 to support the access by user systems 612 as tenants of system 616. As such, system 616 provides security mechanisms to keep each tenant's data separate unless the data is shared. If more than one MTS is used, they may be located in close proximity to one another (e.g., in a server farm located in a single building or campus), or they may be distributed at locations remote from one another (e.g., one or more servers located in city A and one or more servers located in city B). As used herein, each MTS could include one or more logically and/or physically connected servers distributed locally or across one or more geographic locations. Additionally, the term “server” is meant to include a computer system, including processing hardware and process space(s), and an associated storage system and database application (e.g., OODBMS or RDBMS) as is well known in the art. It should also be understood that “server system” and “server” are often used interchangeably herein. Similarly, the database object described herein can be implemented as single databases, a distributed database, a collection of distributed databases, a database with redundant online or offline backups or other redundancies, etc., and might include a distributed database or storage network and associated processing intelligence.
In certain embodiments, user systems 612 (which may be client systems) communicate with application servers to request and update system-level and tenant-level data from system 616 that may require sending one or more queries to tenant data storage 622 and/or system data storage 624. System 616 may automatically generate one or more SQL statements (e.g., one or more SQL queries) that are designed to access the desired information. System data storage 624 may generate query plans to access the requested data from the database.
Each database can generally be viewed as a collection of objects, such as a set of logical tables, containing data fitted into predefined categories. A “table” is one representation of a data object, and may be used herein to simplify the conceptual description of objects and custom objects. It should be understood that “table” and “object” may be used interchangeably herein. Each table generally contains one or more data categories logically arranged as columns or fields in a viewable schema. Each row or record of a table contains an instance of data for each category defined by the fields. For example, a CRM database may include a table that describes a customer with fields for basic contact information such as name, address, phone number, fax number, etc. Another table might describe a purchase order, including fields for information such as customer, product, sale price, date, etc. In some multi-tenant database systems, standard entity tables might be provided for use by all tenants. For CRM database applications, such standard entities might include tables for Account, Contact, Lead, and Opportunity data, each containing pre-defined fields. It should be understood that the word “entity” may also be used interchangeably herein with “object” and “table”.
It should also be noted that the various functions disclosed herein may be described using any number of combinations of hardware, firmware, and/or as data and/or instructions embodied in various machine-readable or computer-readable media, in terms of their behavioral, register transfer, logic component, and/or other characteristics. Computer-readable media in which such formatted data and/or instructions may be embodied include, but are not limited to, physical (non-transitory), non-volatile storage media in various forms, such as optical, magnetic or semiconductor storage media.
For the purpose of the present description, a data object is any type of distinguishable data or information, such as an image, video, sound, text, or other type of data. A data object may include multiple types of distinguishable data, such as an image combined with descriptive text, and it may also comprise a dynamic signal such as a time varying signal. A data object as used herein is to be interpreted broadly to include stored representations of data including for example, digitally stored representations of source information. A data set is a collection of data objects, and may comprise a collection of images, or a plurality of text pages or documents. A user is utilized generically herein to refer to a human operator, a software agent, process, or device that is capable of executing a process or control.
Unless the context clearly requires otherwise, throughout the description and the claims, the words “comprise,” “comprising,” and the like are to be construed in an inclusive sense as opposed to an exclusive or exhaustive sense; that is to say, in a sense of “including, but not limited to.” Words using the singular or plural number also include the plural or singular number respectively. Additionally, the words “herein,” “hereunder,” “above,” “below,” and words of similar import refer to this application as a whole and not to any particular portions of this application. When the word “or” is used in reference to a list of two or more items, that word covers all of the following interpretations of the word: any of the items in the list, all of the items in the list and any combination of the items in the list.
While one or more implementations have been described by way of example and in terms of the specific embodiments, it is to be understood that one or more implementations are not limited to the disclosed embodiments. To the contrary, it is intended to cover various modifications and similar arrangements as would be apparent to those skilled in the art. Therefore, the scope of the appended claims should be accorded the broadest interpretation so as to encompass all such modifications and similar arrangements.
This application claims the benefit of U.S. Provisional Patent Application 61/363,988 entitled METHODS AND SYSTEMS FOR TESTING AN INTERFACE IN A MULTI-TENANT DATABASE ENVIRONMENT, by Keng-Woei Tan et al., filed Jul. 13, 2010, the entire contents of which are incorporated herein by reference.
Number | Name | Date | Kind |
---|---|---|---|
5577188 | Zhu | Nov 1996 | A |
5608872 | Schwartz | Mar 1997 | A |
5649104 | Carleton | Jul 1997 | A |
5715450 | Ambrose et al. | Feb 1998 | A |
5761419 | Schwartz | Jun 1998 | A |
5819038 | Carleton | Oct 1998 | A |
5821937 | Tonelli et al. | Oct 1998 | A |
5831610 | Tonelli et al. | Nov 1998 | A |
5873096 | Lim et al. | Feb 1999 | A |
5918159 | Fomukong et al. | Jun 1999 | A |
5963953 | Cram et al. | Oct 1999 | A |
6002869 | Hinckley | Dec 1999 | A |
6092083 | Brodersen et al. | Jul 2000 | A |
6169534 | Raffel et al. | Jan 2001 | B1 |
6178425 | Brodersen et al. | Jan 2001 | B1 |
6189011 | Lim et al. | Feb 2001 | B1 |
6216135 | Brodersen et al. | Apr 2001 | B1 |
6233617 | Rothwein et al. | May 2001 | B1 |
6266669 | Brodersen et al. | Jul 2001 | B1 |
6295530 | Ritchie et al. | Sep 2001 | B1 |
6324568 | Diec et al. | Nov 2001 | B1 |
6324693 | Brodersen et al. | Nov 2001 | B1 |
6336137 | Lee et al. | Jan 2002 | B1 |
D454139 | Feldcamp et al. | Mar 2002 | S |
6367077 | Brodersen et al. | Apr 2002 | B1 |
6393605 | Loomans | May 2002 | B1 |
6405220 | Brodersen et al. | Jun 2002 | B1 |
6434550 | Warner et al. | Aug 2002 | B1 |
6446089 | Brodersen et al. | Sep 2002 | B1 |
6535909 | Rust | Mar 2003 | B1 |
6549908 | Loomans | Apr 2003 | B1 |
6553563 | Ambrose et al. | Apr 2003 | B2 |
6560461 | Fomukong et al. | May 2003 | B1 |
6574635 | Stauber et al. | Jun 2003 | B2 |
6577726 | Huang et al. | Jun 2003 | B1 |
6601087 | Zhu | Jul 2003 | B1 |
6604117 | Lim et al. | Aug 2003 | B2 |
6604128 | Diec | Aug 2003 | B2 |
6609150 | Lee et al. | Aug 2003 | B2 |
6621834 | Scherpbier | Sep 2003 | B1 |
6654032 | Zhu | Nov 2003 | B1 |
6665648 | Brodersen et al. | Dec 2003 | B2 |
6665655 | Warner et al. | Dec 2003 | B1 |
6684438 | Brodersen et al. | Feb 2004 | B2 |
6711565 | Subramaniam et al. | Mar 2004 | B1 |
6724399 | Katchour et al. | Apr 2004 | B1 |
6728702 | Subramaniam et al. | Apr 2004 | B1 |
6728960 | Loomans et al. | Apr 2004 | B1 |
6732095 | Warshavsky et al. | May 2004 | B1 |
6732100 | Brodersen et al. | May 2004 | B1 |
6732111 | Brodersen et al. | May 2004 | B2 |
6754681 | Brodersen et al. | Jun 2004 | B2 |
6763351 | Subramaniam et al. | Jul 2004 | B1 |
6763501 | Zhu | Jul 2004 | B1 |
6768904 | Kim | Jul 2004 | B2 |
6782383 | Subramaniam et al. | Aug 2004 | B2 |
6804330 | Jones et al. | Oct 2004 | B1 |
6826565 | Ritchie et al. | Nov 2004 | B2 |
6826582 | Chatterjee et al. | Nov 2004 | B1 |
6826745 | Coker | Nov 2004 | B2 |
6829655 | Huang et al. | Dec 2004 | B1 |
6842748 | Warner et al. | Jan 2005 | B1 |
6850895 | Brodersen et al. | Feb 2005 | B2 |
6850949 | Warner et al. | Feb 2005 | B2 |
7016800 | Nguyen | Mar 2006 | B1 |
7062502 | Kesler | Jun 2006 | B1 |
7340411 | Cook | Mar 2008 | B2 |
7401094 | Kesler | Jul 2008 | B1 |
7620655 | Larsson | Nov 2009 | B2 |
7698160 | Beaven et al. | Apr 2010 | B2 |
8010663 | Firminger et al. | Aug 2011 | B2 |
8082301 | Ahlgren et al. | Dec 2011 | B2 |
8095413 | Beaven et al. | Jan 2012 | B1 |
8095594 | Beaven et al. | Jan 2012 | B2 |
8275836 | Beaven et al. | Sep 2012 | B2 |
20010044791 | Richter et al. | Nov 2001 | A1 |
20020057018 | Branscomb | May 2002 | A1 |
20020072951 | Lee et al. | Jun 2002 | A1 |
20020082892 | Raffel | Jun 2002 | A1 |
20020129352 | Brodersen et al. | Sep 2002 | A1 |
20020140731 | Subramaniam et al. | Oct 2002 | A1 |
20020143997 | Huang et al. | Oct 2002 | A1 |
20020162090 | Parnell et al. | Oct 2002 | A1 |
20020165742 | Robins | Nov 2002 | A1 |
20030004971 | Gong | Jan 2003 | A1 |
20030018705 | Chen et al. | Jan 2003 | A1 |
20030018830 | Chen et al. | Jan 2003 | A1 |
20030066031 | Laane et al. | Apr 2003 | A1 |
20030066032 | Ramachandran et al. | Apr 2003 | A1 |
20030069936 | Warner et al. | Apr 2003 | A1 |
20030070000 | Coker et al. | Apr 2003 | A1 |
20030070004 | Mukundan et al. | Apr 2003 | A1 |
20030070005 | Mukundan et al. | Apr 2003 | A1 |
20030074418 | Coker et al. | Apr 2003 | A1 |
20030120675 | Stauber et al. | Jun 2003 | A1 |
20030151633 | George et al. | Aug 2003 | A1 |
20030159136 | Huang et al. | Aug 2003 | A1 |
20030187921 | Diec et al. | Oct 2003 | A1 |
20030189600 | Gune et al. | Oct 2003 | A1 |
20030204427 | Gune et al. | Oct 2003 | A1 |
20030206192 | Chen et al. | Nov 2003 | A1 |
20030212826 | Rapakko | Nov 2003 | A1 |
20040001092 | Rothwein et al. | Jan 2004 | A1 |
20040015981 | Coker et al. | Jan 2004 | A1 |
20040027388 | Berg et al. | Feb 2004 | A1 |
20040128001 | Levin et al. | Jul 2004 | A1 |
20040186860 | Lee et al. | Sep 2004 | A1 |
20040193510 | Catahan et al. | Sep 2004 | A1 |
20040199489 | Barnes-Leon et al. | Oct 2004 | A1 |
20040199536 | Barnes Leon et al. | Oct 2004 | A1 |
20040249854 | Barnes-Leon et al. | Dec 2004 | A1 |
20040260534 | Pak et al. | Dec 2004 | A1 |
20040260659 | Chan et al. | Dec 2004 | A1 |
20040268299 | Lei et al. | Dec 2004 | A1 |
20050050555 | Exley et al. | Mar 2005 | A1 |
20050091098 | Brodersen et al. | Apr 2005 | A1 |
20060195821 | Vanspauwen | Aug 2006 | A1 |
20080114841 | Lambert | May 2008 | A1 |
20080208734 | Kaminsky | Aug 2008 | A1 |
20090063415 | Chatfield et al. | Mar 2009 | A1 |
20100153780 | Kirtkow et al. | Jun 2010 | A1 |
Entry |
---|
Hunt et al., Classes, Objects, and Variables, Programming Ruby—The Pragmatic Programmer's Guide, 2001. |
Number | Date | Country | |
---|---|---|---|
20120016621 A1 | Jan 2012 | US |
Number | Date | Country | |
---|---|---|---|
61363988 | Jul 2010 | US |