Skip to content

How to Experience Free Testing After Registering an AngusTester Cloud Service Account

Why Choose the Free Trial?

  1. Zero-Risk Decision Making
    Experience system functionality and performance firsthand to reduce procurement risks

  2. Real Performance Insights
    Test core product capabilities beyond marketing materials limitations

  3. Precise Requirement Matching
    Validate if the product truly meets your business scenario needs

  4. Increased Usage Confidence
    Build trust and familiarity through hands-on practice

  5. Professional Solution Validation
    Obtain reliable metrics for your technology selection process

Acquire Expert-Level Testing Skills

After completing this experience, you will master:

  1. Test script creation process
  2. Performance metric interpretation
  3. System bottleneck diagnosis methods
  4. Automated test execution workflow

Take Action Now: Start Free Performance Testing Experience

Begin Your Free Trial Journey

Step 1: Register Xiaocanyun Account

  1. Immediate access: Registration Link
  2. Log in to AngusTester application console after registration

Step 2: Create Test Script

Navigate to Scripts → Add Script, paste the following configuration:

yaml
specification: angus/1.0.0
type: TEST_CUSTOMIZATION
plugin: Http
configuration:
  duration: 1min
  thread:
    threads: 100
  priority: 1000
task:
  arguments:
    ignoreAssertions: true
    updateTestResult: false
    httpSetting:
      connectTimeout: 6s
      readTimeout: 60s
      retryNum: 0
      maxRedirects: 1
  pipelines:
  - target: HTTP
    name: Performance Benchmark Example
    enabled: true
    apisId: 258213326461337681
    request:
      method: GET
      server:
        url: "http://{env}-sample.angusmock.cloud:30010"
        variables:
          env:
            allowableValues:
            - serv01
            - serv02
            defaultValue: serv01
        x-xc-id: 258213493965062194
        x-xc-serverSource: PARENT_SERVERS
      endpoint: /benchmark
    actionOnEOF: RECYCLE
    sharingMode: ALL_THREAD

Step 3: Initiate Trial Test

Navigate to Execution → Trial Execution to create new task
Trial Execution Entry

Step 4: Configure Test Task

  1. Select the newly created script
    Execution Configuration Interface
  2. Confirm parameter settings and save configuration

Step 5: Monitor Test Process

System automatically generates test task with real-time views:

  • Execution status dashboard
  • TPS/response time trend charts
  • Node resource consumption graphs

Task Monitoring View

Step 6: Analyze Test Report

View complete report in execution details:

  • Performance metric summary
  • Error rate analysis
  • Percentile latency distribution
  • Resource utilization charts
  • Additional analytical visualizations

Report Details Page


Start Your Trial Now: 🔗 Access AngusTester Console 🔗

Last updated:

Released under the GPL-3.0 License.