Local Data Test Cases

Case 1: JavaScript Variable

var testUser = {
    name: "John Doe",
    email: "john@example.com",
    role: "admin"
};
            

User Details

Name: No Name

Email: No Email

Role: No Role

Case 2: DataExtractor Plugin

Source Element with Data Attributes

This element contains fp-data attributes that will be extracted by the DataExtractor plugin.

Jane Smith jane@example.com editor

Extracted User Details

Name: No Name

Email: No Email

Role: No Role