A developer creates a workflow that extracts the date of birth for different account holders in a web application. The f

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

A developer creates a workflow that extracts the date of birth for different account holders in a web application. The f

Post by answerhappygod »

A developer creates a workflow that extracts the date of birth for different account holders in a web application. The following selector represents the selector structure for a 6-digit account number 123456.
<html app='chrome.exe' title='ACME Accounts System - Employees - 123456' />
<webctrl tag='DIV' aaname='123456' class='DateOfBirth' />
Assume only the account number value changes in the selector and there is a defined list of 6-digit account numbers.
The developer needs to fine-tune the selector to work only for a pre-selected list of account numbers. What represents an example of a good selector?

A. <html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />
<webctrl tag='DIV' aaname='{{accountNumber}}' class='DateOfBirth' />
Where accountNumber is a 6-digit string variable containing an account number
B. <html app='chrome.exe' title='ACME Accounts System - Employees - ' />
<webctrl tag='DIV' aaname='{{accountNumber}}' class='{{accountNumber}}' />
Where accountNumber is a 6-digit string variable containing an account number
C. <html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />
<webctrl tag='DIV' aaname='?' class='DateOfBirth' />
Where accountNumber is a 6-digit string variable containing an account number
D. <html app='chrome.exe' title='ACME Accounts System - Employees - {{accountNumber}}' />
<webctrl tag='DIV' aaname='{{accountNumber}}' class='*' />
Where accountNumber is a 6-digit string variable containing an account number
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply