0

I was testing the sharepoint application in remote desktop using the selenium IDE , here IDE was recording each every case till the login credentials done in browser level , when the action move to remote desktop , the test cases are stopped recording in IDE. after the login actions in the browser level , the server logins also should complete to access the application.but the actions in the server level was not recording .

can any one provide solution to record the login actions in server level remote desktop for sharepoint application.

1 Answer 1

1

I think it is not possible.

You'd have to install the IDE and Firefox on the machine you are RDP'ing into.

After all, the IDE is tied into Firefox (it's a Firefox plugin), so you'd have to have it on whatever machine you are connecting to.

I would therefore suggest you look into WebDriver. It will give more flexibility over this kind of stuff.

Sign up to request clarification or add additional context in comments.

1 Comment

Can i try using the webdriver install in my pc and access the application in remote desktop

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.