Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loading old test cases in Selenium IDE #93

Closed
capoerafreak opened this issue Feb 6, 2018 · 6 comments
Closed

loading old test cases in Selenium IDE #93

capoerafreak opened this issue Feb 6, 2018 · 6 comments

Comments

@capoerafreak
Copy link

hello,

for me it is not possible to load old test cases into the new IDE.
(Windows 7, latest Chrome Version, Selenium IDE 1.0.1)

Test Case
Test Case Test.txt

We use very often .txt or .html for the Test Cases, but we can't load them in the new IDE.
Is there a solution?
The log is empty.

We have a lot of "old" test cases and we are still using the an old firefox to run these internal tests.

@corevo
Copy link
Member

corevo commented Feb 6, 2018

I was able to pinpoint the error, it is caused by 2 things

<link rel="selenium.base" href="http://unknow.url">

Is not closed with />
and <td>http://unknow.url/?func=ll&objid=2838227</td> fails due to unencoded &

This is the fixed file
Test.Case.Test.txt

We will fix this permanently in the IDE

@capoerafreak
Copy link
Author

Thanks for this fast reaction.

I tried it with our files and it works, I will change our system! Thanks for that!

Is it possible to enable ".txt" for test case import?

@corevo
Copy link
Member

corevo commented Feb 20, 2018

I would really like to refrain from doing this, as the file type is HTML, and adding txt could prove confusing.

@manikumary
Copy link

Hi , corevo how can we import old HTML file to new IDE .Where can I find that way

@corevo
Copy link
Member

corevo commented Feb 21, 2018

When you open a file, you can either load the new .side format or an old HTML, which will be migrated.

@corevo corevo closed this as completed Feb 21, 2018
@bryanl-csi
Copy link

@manikumary When you click the Open Project icon and get the dialog, it defaults the file type to .side, or at least mine did the other day. If you change the type in the drop down, you can choose all files or .side/.html or .html only.

I don't think you can import a suite yet though, just individual old html scripts.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants