Support Team
- Total activity 870
- Last activity
- Member since
- Following 1 user
- Followed by 4 users
- Votes 6
- Subscriptions 475
Articles
Recent activity by Support Team-
Concept of Parameterization and Test Cases
An Action may define Input parameters to avoid hard-coded data in the logic. For example, Login to QBank Action may define Username and password as parameters, rather than hard-coding these values ...
-
Project Branching and Merging
Branching is a valuable tool for testing teams, allowing them to create copies of projects (Branches) and work on them in parallel. This provides flexibility and agility, enabling multiple teams to...
-
Create a scenario with new contexts and actions on the fly
-
Parameterizing your automation logic
-
Record page views
-
Identifying Contexts and Actions in your test application, by example
-
Webinar Recording: What's new in Release 4.2
-
Parameterization and concept of Test Cases in Manual Scenarios
Availability: Version 4.0When you write a Scenario, you can parameterize the test data and expected values in a step, which you use for data entry and verification. You can then data-drive the same...
-
Testing Stored Procedures in ACCELQ
Stored Procedure testing works pretty much in a similar way to database testing, except that a Stored Procedure may return multiple result sets. Before you extract or verify a field value, remember...
-
Create Contexts for the example
In this example, we come across two pages in the application: Login Page, where user would login Account Summary Page, which is displayed after the user logs in. Let's create Contexts for these p...