Votes
Answers
Views
Question
2
1
53
This has been working up until now. Not sure what the problem is.... When we're trying to load an .xls file into the data tab of an API test, we're getting the following error: Exception of type: System.Data.OleDb.OleDbException. Source: Microsoft JET Database Engine. Occured in Void .ctor(System.Da...
2
1
131
Is there any good free tools for generating test data in a database for UFT?
0
1
30
asked 7 years ago by kaptainkayoss
updated 7 years ago by rich-text
Is there a tool that I can use to generate test data for my test scripts?
1
3
85
asked 8 years ago by kaptainkayoss
updated 8 years ago by kaptainkayoss
I'm trying to work with a WebElement field that is populating fine when running, but when I check the value on the next page, it doesn't show up. I see the script populate the field with the data, but it is not committing for some reason. Manually, I'm able to type in the data and it works. Any idea...
0
2
130
asked 8 years ago by kaptainkayoss
updated 8 years ago by rich-text
I'm testing an app that has a character length limit. We get our test data from another group and sometimes the data values for our input table go over the character limits and can cause issues since the app doesn't flag the field until later on in the test. Is there a good way to handle this in my ...
0
1
90
asked 8 years ago by soapy-smith
updated 8 years ago by pt-barnum
Good Afternoon, We want ALM to send data encrypted to the ORACLE database. With other applications, usually this is done with a line option in a SQLNET.ORA file but this application uses JDBC. So does the application have a variable we can add in the GUI or is this done in some other manner?
0
3
263
asked 9 years ago by kaptainkayoss
updated 9 years ago by rich-text
I'm trying to work with an XML file in UFT, but I don't want to just do a checkpoint. What can I do to be able to open an XML file and read in data from tags if I want. Again...not just do a checkpoint?
0
1
61
asked 9 years ago by coleslaw
updated 9 years ago by jameslcoleman
I need help. We've been using a custom field for quite some time that was created as type Number, and we recently changed the type to String, but now we want it changed back to Number. The problem is, when I try to change it, it warns me that it will delete everything in that field for all defec...
2
1
321
I need to figure out some data in a webtable object. I have a Purchase Order Number (PON) and I need to search the webtable till I find that number, then I need to capture the Customer ID Number (CIN) associated with the purchase order. The PON is in column 4 and the CIN is in Column 1. We are using...