Votes
Answers
Views
Question
1
1
51
While re-installing LeanFT on my Mac, when I try to launch the LeanFTSetup.app an error message pops up saying: One or more newer versions of the product are already installed. An upgrade is not applicable. ![alt text][1] I click the Abort button, but the launcher continues to pop up. Force quitting...
0
3
355
asked 12 years ago by candyb
updated 6 years ago by germanlarcher
My API test connects to a database, runs a SELECT statement, closes the db connection. I want the SELECT step to iterate 3 times, issuing the same query but for a different value in the WHERE clause. The variable data is a "Developer Name". - I've put a loop around my select step. - I've set...