Votes
											
																	Answers
																
																	Views
											
															
						Question
						
				2
                        votes
                    1
                        answer
                    56
                        views
                    I'm using LeanFT to test a mainframe via terminal emulator. I want to do multithreaded tests by opening multiple emulator sessions. LeanFT is passing data to only first session. Does LeanFT support multithreaded mainframe testing?
    
    
    
    
2
                        votes
                    1
                        answer
                    94
                        views
                    We are using UFT Developer boxes configured to use RTE licenses. We need to be able to fallback to our pool of Full licenses once all RTE licenses are consumed, but this isn't working trying the different keys one at a time in our AutoPass License Server UFT.xml file. Any help?
    
    
    
    
0
                        votes
                    1
                        answer
                    400
                        views
                    Using Eclipse (2020-09) and Java 11 when trying to open the models it gives this errorCaused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBExceptionat com.hp.lft.appmodel.editor.ui.ApplicationModelEditor.<init>(ApplicationModelEditor.java:55)... 115 moreCaused by: java.lang.ClassNotFo...
    
    
    
    
3
                        votes
                    1
                        answer
                    174
                        views
                    Using LeanFT 14.52, I'm getting a NullReferenceException when launching the sample Flight GUI application that comes with UFT/LeanFT. Using this line of code to launch: IAut FlightsApp = Desktop.LaunchAut("C:\\Training\\Flights Application\\FlightsGUI.exe"); Does anyone know what I need to change to...
    
    
    
    
1
                        vote
                    1
                        answer
                    885
                        views
                    I'm using LeanFT (UFT Developer) and doing tests using Chrome. One of my test cases requires Chrome to be in Incognito mode. I can't seem to figure out how to launch Chrome Incognito from LeanFT.
    
    
    
    
2
                        votes
                    1
                        answer
                    273
                        views
                    Our AUT a file upload field, here's the code description of it: browser.describe(FileField.class, new FileFieldDescription.Builder() .tagName("INPUT") .name("WebFile").build()); How do I send files to this field?
    
    
    
    
2
                        votes
                    1
                        answer
                    64
                        views
                    Why would I use the Application Model in LeanFT? Seems easier to just create object descriptions as you go and have it in your test.
    
    
    
    
1
                        vote
                    1
                        answer
                    62
                        views
                    I'm using Visual Studio. Getting a NullReferenceException error when trying to launch the Flights GUI demo application from LeanFT. Here's the code I'm trying to use: IAut FlightsApp = Desktop.LaunchAut("C:\\\\Training\\\\Flights Application\\\\FlightsGUI.exe");
    
    
    
    
2
                        votes
                    1
                        answer
                    209
                        views
                    Looking for the command line to repair UFT 14.53. Does anyone know what it is?