LeanFT 14.03 does not create escape characters in application models
Question ID: 108490
1
0

Trying to create an application model in LeanFT 14.03. We’re using Eclipse. Escape characters are not being created when object properties have special characters in them.

For example, the Xpath property value is

//INPUT[@id="form_categories"]

LeanFT is creating this code:

try{
description = new com.hp.lft.sdk.web.EditFieldDescription.Builder().id("form_categories").xpath("//INPUT[@id="form_categories"]").build();
}

expected code should look like this:

try{
description = new com.hp.lft.sdk.web.EditFieldDescription.Builder().id("form_categories").xpath("//INPUT[@id=\\"form_categories\\"]").build();
}

Marked as spam
Posted by (Questions: 386, Answers: 64)
Asked on July 13, 2018 7:07 pm
33 views
Answers (1)
1
Private answer

This is a [known defect][1] in UFT 14.03. You can contact Micro Focus (or your support partner) for a fix.

[1]:https://softwaresupport.softwaregrp.com/km/KM03183202

Marked as spam
Posted by (Questions: 16, Answers: 807)
Answered on July 13, 2018 7:09 pm
0
Ok, thanks. Hopefully they'll resolve this soon.
( at July 13, 2018 7:10 pm)
EyeOnTesting

Welcome back to "EyeOnTesting" brought to you by Orasi Software, Inc.

X
Scroll to Top