Multiple choice technology testing

The following is an example of Window(“Title:=Login”).Winedit(“Attached text:=Agent Name”).set “Sam”

  1. Dynamic DP

  2. Static DP

  3. None of the above

  4. Both 1 and 2

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Inline descriptive programming, where property-value pairs are passed directly to test object methods as strings (e.g., "Title:=Login"), is called Static Descriptive Programming (Static DP). Dynamic DP involves using the Description.Create() object.