IDE 1 « selenium « Java Testing Q&A

Home
Java Testing Q&A
1.Development
2.FindBugs
3.HTMLUnit
4.hudson
5.junit
6.performance
7.plugin
8.profile
9.selenium
10.Tools
11.unit test
Java Testing Q&A » selenium » IDE 1 

1. Using Selenium IDE with random values    stackoverflow.com

Is it possible to create Selenium tests using the Firefox plugin that use randomly generated values to help do regression tests? The full story: I would like to help my clients do acceptance ...

2. Assert that no values are selected from dropdown list with selenium IDE    stackoverflow.com

I have this scenario: simple html form that is being processed with Ajax with clear (reset that form) button. I want to test clear function, hence the question: What is ...

3. Problem with Alert in the Selenium IDE    stackoverflow.com

How can I do to verify or assert an alert with a message that contains a variable in this text? For example, I have to capture a alert with this message: ...

4. Verify maximum length of a field using selenium IDE    stackoverflow.com

i need to verify maximum allowed length for a field using selenium IDE. need advise from someone.

5. Test pagination icons using selenium IDE    stackoverflow.com

How can i test pagination icon functionality for a web page using Selenium IDE?

6. How to use Selenium IDE with tabular data and pagination?    stackoverflow.com

I used to record tests ion selenium IDE for after export in selenium/rspec formt to run all them with Selenium RC. Now, I aquire a doubt when I was recording some test ...

7. How to submit form in loop in Selenium IDE    stackoverflow.com

I'm using Selenium IDE in Firefox and submiting a form. The problem is that the form can be sucesfull or unsuccesfull (random). When it's unsuccesfull it will show and error message ...

8. Selenium IDE: Incrementing values by 1 and 71    stackoverflow.com

Currently I'm incrementing a value called wert by 1 with the following code:

getEval storedVars['wert']=${wert}+1;
The value 'wert' is something like 80401299. I want to add 1 to the value, if it ends ...

9. "VerifyTextPresent" returning incorrect result for Selenium IDE    stackoverflow.com

I am using Selenium IDE to record some scenarios and wanted to check if a particular text is present on the page. I inserted a command "VerifyTextPresent". However, it always returns ...

10. In Selenium IDE how can you select an option by index in a dropdown menu?    stackoverflow.com

The problem is the option labels change and so I cant grab by label. I need to grab by say option[0] any idea? I'm using Selenium IDE (Firefox), this is the piece im ...

11. Selenium IDE - There was an unexpected Confirmation!    stackoverflow.com

I have a button that displays Javascript confirmation popup. This is a part of my test case:

<tr>
    <td>clickAndWait</td>
    <td>buttonId</td>
    <td></td>
</tr>
<tr>
   ...

12. How to record popup windows with selenium IDE    stackoverflow.com

While recording through Selenium IDE, When a pop up window opens then it is not getting recorded. "At the tine of executing an error message is displayed...Please help me out ...

13. Clear session cookies with Selenium IDE?    stackoverflow.com

I'm writing Selenium tests for an ASP application, and would like to test the cases when a session isn't properly initialized. Right now I'm clearing the cookies manually, but ...

14. In Selenium IDE, how to get the value of the base url    stackoverflow.com

Is it possible to retrieve the value of the base url from inside a Selenium script (a plain HTML-saved script from Selenium IDE)? What I'm trying to do is verify the current ...

15. Selenium RC - Having difficulty with Selenium IDE to find a table cell    stackoverflow.com

I hope someone here can help me. Im using selenium to test a page that has an image which when click displays a calendar. I can get as far as clicking ...

16. How to overcome pop up shile replaying recorded Selenium IDE    stackoverflow.com

  I recorded application in selenium IDE HTML format after replaying this is the error that is displaying "Firefox prevented this site from opening pop up window" 

 In selenium ...

17. How to run test cases in MS Excel from Selenium IDE?    stackoverflow.com

How to run test cases in MS Excel from Selenium? Any books available to study Selenium test automation?

18. storeValue in Selenium IDE    stackoverflow.com

Need to store check box value in a variable and if it is "on" i need to call a functions else i need to call different function.

19. In Selenium IDE, can I store an element to use in subsequent asserts?    stackoverflow.com

I've just started using Selenium-IDE (not looked at selenium-RC yet: if somebody tells me that that is the answer to my question I'll look at it) One of the operations I'm testing ...

20. How to type data into table rows in selenium ide?    stackoverflow.com

Right now I am trying to use selenium ide to write code that makes sure web pages on a website work. On one particular page there is a table that has ...

21. Selenium IDE: I am not able record a value, selected from a dropdown list for my web application using selenium IDE. Any Help please?    stackoverflow.com

This is what I am trying to do:

  1. Open my web application
  2. Go to the details page to create a new entity
  3. While creating entity, I need to select some values form the drop down ...

22. How do you focus on new windows with selenium ide?    stackoverflow.com

I am trying to use selenium ide to duplicate an action. The action is clicking on a link that open a new window. How do you make selenium ide focus on ...

23. Anyone know how to change Selenium IDE's background color?    stackoverflow.com

It is unusable with a high contrast theme since executed commands appear with bright blue/pink against white text.

24. Selenium IDE - results.html    stackoverflow.com

How report my test case results on selenium-ide. I don't want use selenium-rc. What command I should use to get results.html ?

25. Selenium IDE down arrow key    stackoverflow.com

I'm stuck trying to get my selenium testing to simulate a down arrow key press. Im just using the html format for my tests and am using typeKeys as the command, ...

26. Create an select option with selenium IDE    stackoverflow.com

I have 2 selects for setting the expiration date on a credit card and I want to test that the error messaging comes back correctly when the card is expired. ...

27. How to use Selenium IDE to automate jsTree context menu rename    stackoverflow.com

I'm trying to test my use of jsTree in a Drupal module that a colleague and I have been writing. I want to use Selenium to do this. I can use ...

28. Check links with getAllLinks    stackoverflow.com

I´m testing application with selenium ide and rc. I need verify the links. Usually I export file from Selenium ide to junit 4, and run file in eclipse. File is as ...

29. how to verify the tooltip in extjs application with selenium ide    stackoverflow.com

I learning automation of application with selenium ide.The application which I am currently testing is a extjs application.In this application all the required validations are shown in the tooltip.For ex: I ...

30. Is there a way to make actions optional in Selenium IDE?    stackoverflow.com

This is a bit of a newbie question, but... is there a way to make actions optional in Selenium IDE? I'll provide a use case. In the app I'm testing, users see ...

31. How to import the excel values in to Selenium IDE    stackoverflow.com

I am new to selenium. Consider that i am having list of values for each time it should take from the excel sheet... Is there any way we can do it import the ...

32. Invoking getAllWindowNames() in Selenium IDE    stackoverflow.com

I'm trying to get all of the window names/ids from selenium IDE. I can't seem to get getAllWindowNames() to invoke with the IDE's interface that you just normally record with. Is there ...

33. I am having problems testing a pop-up menu in Selenium IDE    stackoverflow.com

I am having problems testing a pop-up menu in Selenium IDE. Within the pop-up there is a button that calls a JavaScript function (For creating property)and than click the arrow link which ...

34. I got a issue. on selenium ide    stackoverflow.com

I got a issue. I am creating a demo for Selenium, so I created an small suite, I run OK the suite in IDE and tried to run it with TestRunner ...

35. Is there any way to connect the Database server from Selenium ide?    stackoverflow.com

I need to populate a text box with the results of the query from a database(oracle db) in one of my selenium ide test cases.is this possible? and how can it ...

36. Selenium Ide alert handlings    stackoverflow.com

In selenium Ide i try to capture the alert verification for that i used the verifyalert it works but after that step it will not allow to proceed other steps like ...

37. How to set a global Base URL for every test case of one test suite in Selenium IDE?    stackoverflow.com

How to set a global Base URL for every test case of one test suite in Selenium IDE so that I can switch to different environment easily?

38. Selenium IDE: How to check if an element has a focus?    stackoverflow.com

Is there a built in method for checking that an input text element has a focus ? Well, I didn't find one, so I tried this extension. But, it doesn't work ...

39. how to validate whether the filed allow only numberic values by using selenium IDE    stackoverflow.com

One of my application for where i have a field that should only allow numeric values, how can i validate this using selenium IDE

40. How to test whether fields are only allow numeric values (by selenium IDE)    stackoverflow.com

I have a form and it has some specific fields those only allow numeric values. My question is i want to test this that those fields only allow numeric values using selenium ...

41. Problem in RC but running fine IDE    stackoverflow.com

While running Seleniun Rc ,test showing error.Not able to proceed but Able to record and run thru IDE sequence of the steps performed: Added all jar file. i.e. 1.selenium-java-client-driver.jar 2.selenium –server.jar 3.junit-4.8.2.jar and Script added then While running ...

42. can selenium IDE verify the upload file contents    stackoverflow.com

I have recoded group members contact details in the CSV file format I want the selenium verify the uploaded file content to verify the uploaded records are there

43. Why are Selenium IDE playback controls inactive? (How can I run recorded tests?)    stackoverflow.com

I started learning how to use Selenium today. I have never used it before. I downloaded the Selenium IDE (1.0.10) plugin for FireFox (3.5.16). The way it's behaving is not matching ...

44. selenium IDE: how to testing the ? or * as part of the text, not as wildcard match?    stackoverflow.com

May I ask how to verify a text with special character ? or * as part of the text, not as a wildcard match of the text? I am using ...

45. Way to invoke the Selenium IDE From a unix command line    stackoverflow.com

Is there a way to invoke the Selenium IDE From the Linux command line. I would really like to have a command that when run would cause the Selenium IDE to ...

46. Changes made to tests outside of Selenium IDE do not appear when opening test suite inside IDE    stackoverflow.com

I'm helping train some of our QA team in building Selenium tests and we are using the Selenium IDE. Some IDs were changed on the page, which requires our tests to ...

47. get src url parameter from script tag with selenium ide    stackoverflow.com

I am using Selenium IDE to verify some elements on a page during a test. I have a script tag that has a dynamic SRC attribute on it. It ...

48. Selenium IDE Parametrization    stackoverflow.com

My Application (www.coach.com) is a shopping site. I need to select various products as per user's choice. So is there any way to do the same? Can I do it either by ...

49. Flow control in selenium IDE    stackoverflow.com

can we use flow control extensions in latest version of selenium IDE? ie;selenium IDE 1.0.10. When I am executing the command 'gotolabel' it shows error.

50. How to extract the text within an HTML tag (in Selenium IDE)?    stackoverflow.com

The html looks something like this:

<p>
    sometext1
    <br>
    sometext2
    <br>
    sometext3
</p>
I would like to extract all ...

51. Recording flash in selenium IDE?    stackoverflow.com

solutions for Two things :

  1. Recording of flash objects in selenium IDE?
  2. Getiing the flash objects ID through flash firebug?
I think these will be the two most things everyone need to be clarified. I ...

52. How to identify in selenium IDE an input followed by a label?    stackoverflow.com

I have to identify a check-box using the label which follows it. the code is the following:

<input type="checkbox" checked="" value="1" id="email-100-100" name="email-100-100">
<label for="email-100-100" class="firefinder-match">Email me when someone asks me to set a ...

53. Selenium IDE: How do I create a script to be executed before/after every test case in a given test suite?    stackoverflow.com

I'm looking for something equivalent to JUnit setUp() and tearDown() methods. In other words: I have a test suite; I would like to write a setup test case and a teardown ...

54. Selenium IDE : how to verify that only specific values are present in a drop down list    stackoverflow.com

I hope someone is able to help me. I am trying to determine whether or not Selenium IDE can verify that only specific values are present in a drop down list, ...

55. Using multiple simultaneous tests using Selenium IDE    stackoverflow.com

I have written a simple test for my website. The test simply search for a word in my search page and waits for results. What I need is to run the same ...

56. how to use selenium ide testing tool?    stackoverflow.com

I am the beginner to testing, i have to use selenium ide tool in my project. can anyone help in gaining the starting stuff, links containing detailed demo on selenium, and how ...

57. Selenium IDE - Format button greyed out    stackoverflow.com

For some reason, when I go to export the sequence of actions I take with the Selenium IDE by going to Options -> Format, I see that Format is greyed out. ...

58. Selenium IDE Not Typing Entry    stackoverflow.com

I am a beginner with Selenium, and I am trying a simple case of going to Wikipedia, entering some text (e.g - James Joyce), and asserting that James Joyce is on ...

59. Selenium IDE Not Filling In Fields    stackoverflow.com

I am beginning to use Selenium-IDE, and I ran into an issue where the commands in my test case to type text into an input form doesn't work correctly. The id ...

60. Selenium IDE Regular Expression issue    stackoverflow.com

I am having with an issue with a regular expression

storeLocation | CurrentUrl
storeEval     | re=/https://[.\w-]+/[.\w-]*\//;re.exec(${CurrentUrl})   |  jsHostName
it gives this error:
[error] Threw an exception: missing ) ...

61. Verify input text element is not empty in Selenium IDE    stackoverflow.com

How can I verify that an input element has any text in it. It is loaded with random text so I can't verify a specific value, but there must be some ...

62. Is there any way to capture screenshot --only on failure of steps in Selenium IDE?    stackoverflow.com

I am using Selenium IDE Is it possible to take a screenshot for each failed step using Selenium IDE Is there any way to do this. Thanks for all your help

63. selenium ide testing tool    stackoverflow.com

We are using selenium ide tool in our project for testing the web application. while executing, in the Login page we will give userid and password, I need to extract those userid ...

64. Is there any way to choose the locators as per our choice through Selenium IDE    stackoverflow.com

As SIDE locate the element by its inbuilt logic. Is there any way that we can get the locators as per choice.For example if I need only XPath of any element,or need ...

65. how to use select command in selenium ide testing tool for selecting one optionn from dropdown list    stackoverflow.com

we are using selenium ide testing tool in our web application. I am using selnium for the first time, I am confused in using select command I need to select one value from ...

66. Selenium IDE - Unable to Convert the recorded case from HTML to Non HTML one by one sequencially    stackoverflow.com

Steps:

  1. Record 5 Test Cases.
  2. Open Test suite.
  3. Select the 1st case and goto Option --> Format --> JUnit4 (Converted properly)
  4. Copy the source.
  5. Select the 2nd Case.
It shows Junit and HTML all mixed up. If ...

67. Selenium IDE: How do I get today's date?    stackoverflow.com

I'm testing my web application using Selenium IDE. There are test cases in which I have to assert that today's date appears on the page. I cannot hard code ...

68. Dynamic data in Selenium IDE tests?    stackoverflow.com

Can I insert dynamic data into the tests that Selenium IDE produces, or do I need to do this with Selenium Server? For example, I'd like to insert the current ...

69. Understanding Selenium IDE vs Selenium RC    stackoverflow.com

What is the difference between Selenium IDE and Selenium RC with its functionality?

70. Selenium IDE - Command to wait for 5 seconds    stackoverflow.com

I´m using the Selenium IDE for Firefox and searching for a wait command. My problem is that I want to test a website with a embedded external map. This external map needs 3-5 ...

71. Selenium IDE - Set default speed to slow    stackoverflow.com

Everytime when I run Selenium IDE the speed control is set to "fast" It is possible to set the speed control per default to "slow"?

72. installing selenium ide in iceseasel 3.5.16    stackoverflow.com

Could you please tell me how to install selenium ide in iceseasel 3.5.16 (firefox 3.5.16 for debian)? When I try, iceseasel says: "Selenium IDE 1.1.0 could not be installed because it is not ...

73. Selenium IDE - Slow is too fast    stackoverflow.com

I want to create tests with Selenium IDE for SharePoint 2010. I set the control in Selenium IDE to slow, but it is often to fast and the test fails because ...

74. What is the difference between Selenium IDE, Server, RC, 2.0, and WebDriver?    stackoverflow.com

Selenium seems to have a lot of different components and the website does not explain them very well and I'm still a bit confused which is which. What's the difference or ...

75. Selenium IDE - Typing values stored in an array into a textbox?    stackoverflow.com

There's a webpage I'm trying to test that has multiple textboxes. I've gotten to the point where I can retrieve all the values in every textbox and store them into ...

76. Selenium IDE - Auto removing first backspace from target    stackoverflow.com

Hello I want to create a Test Case with Selenium IDE. My test works fine but at the end I want to use the command "assertConfirmation" The target is " My confirmation message" ...

77. Selenium IDE - Verifying hidden/visible verification messages?    stackoverflow.com

There's a webpage I'm trying to test that has multiple textboxes. Each textbox has its own specific validation message that is hidden. Before an incorrect value is entered, I am use 'verifyNotVisible' ...

78. Selenium IDE: How to simulate Keyboard Shortcut in text field    stackoverflow.com

I have a text field that triggers an ajax call if a certain keyboard shortcut is pressed (Ctrl-Shift-A). I would like to simulate this in Selenium IDE. Setting the focus on the ...

79. Automated web application testing with Selenium IDE    stackoverflow.com

I’m trying to use Selenium IDE to automate tests, so that I will not need to redo all the test cases for every update to the website functionality. However, I’m not ...

80. SELENIUM IDE: is there any way to export selenium ide test cases to excel sheet    stackoverflow.com

SELENIUM IDE: is there any way to export selenium ide test cases to excel sheet In selenium IDE we record test cases which can be exported in various formats Is there any way ...

81. Selenium IDE not recording Dijit Combo Values    stackoverflow.com

I have an application which uses Dijit Combobox. What happens is, I click on the cell. It opens up a dropdown. This is getting properly recorded in the IDE. But, when ...

82. Selenium IDE - how to check if link is active    stackoverflow.com

How do you check if the link is active or not in the given table of the page using the Selenium IDE commands? The scenario is i will click one of the ...

83. Getting Jenkins to run like the Selenium IDE    stackoverflow.com

I've been using Selenium IDE for regression tests, but as the number of test cases increases, I've moved it over to Jenkins to run. However, some tests that run perfectly in Selenium ...

84. Selenium IDE: Problem to record input value with dynamic security prefix    stackoverflow.com

I want to use selenium to record and click at item in a page with the following code:

<input type="checkbox" onclick="HighlightRow(1, this, 3,"");" value="916242540932034325|628149" name="AID">
in Selenium IDE, recorded script:
click
//input[@name='AID' and @value='916242540932034325|628149']
However, the ...

85. Typing in a IFrame with Selenium IDE    stackoverflow.com

I'd like to type something in a IFrame with Selenium IDE but I don't know how to do this. Thanks a lot!

86. Selenium IDE - Not capturing button link    stackoverflow.com

In Selenium IDE, the application has got image as button. The click event for that is not capturing. Is there any alternative Selenium Commands available for that or otherwise, is there ...

87. how to select email from yahoo inbox using Selenium IDE    stackoverflow.com

i am testing my application with selenium IDE. When a user registered, an activation link will sent to user mail id. now i' m able to login to yahoo mail account ...

88. Selenium IDE: Verify broken link 404 not found?    stackoverflow.com

Any one have any idea whether Selenium IDE able to verify any broken link in page??

89. Selenium IDE -- capture current date    stackoverflow.com

I would like to know with selenium is there a way to capture current date,month,year as the applicaion which i use has a seperate date, month, year fields which we need ...

90. selenium ide not recording some form fields    stackoverflow.com

I am starting off testing with Selenium IDE, and cannot figure out why the recording function is so inconsistent. With certain form fields it records fine, and with others it doesnt ...

91. How can I remove commands from the corresponding drop-down in Selenium IDE?    stackoverflow.com

Could you please advise how can I remove commands which are not supported by Selenium 2 (WebDriver) from the corresponding drop-down in Selenium IDE? I tried to remove them from iedoc-core.xml and ...

92. How to get SelBlocks Selenium IDE extension to find XML file?    stackoverflow.com

Hopefully, Chris Noe, is in the house... Selblocks is an extension for Selenium IDE that provides control-flow constructs such as if/then/else, looping and subroutines. I'm trying to give interation over an XML ...

93. starting bat file with test case but the cases are not executed    stackoverflow.com

I tried to run the batch file but in all the aspects, turned out to be a failure.I use a FF4 version and ide 1.3.0 and also tried with FF ...

94. How can I migrate from selenium ide to selenium2/web driver    stackoverflow.com

before I always used just Selenium IDE and now should migrate to Selenium2/Web Driver.What should I install and what should know for use Selenium2/Web driver?Should I know any programming language? ...

95. How to parse a URL from string in selenium IDE    stackoverflow.com

  • I am using SIDE 1.3.0 along with FF 6.0.2.
  • I stored a string using store text command which contains a "URL" by using the following command. storeText
which results ...

96. What is the difference between uncheck and uncheckAndWait commands in Selenium IDE?    stackoverflow.com

I am using both the commands in my code, uncheck(locater) is working fine but uncheckAndWait(locater) giving me error as "[error] Timed out after 30000ms". Can anybody please help me...

$My code ...

97. Selenium IDE to load Suites and Testcases from URL?    stackoverflow.com

I've just written a quick enhancement to our CMS to automatically generate Selenium Selenese tests. This works great, but now I'm banging my head against the wall as Selenium IDE requires ...

98. How to use TestNG with Selenium IDE?    stackoverflow.com

Is it possible to use TestNG with selenium IDE to created data driven script. If possible could you please provide me any reference link or procedure for it.

99. How to use assertSelectedIds in Selenium IDE    stackoverflow.com

I am trying all the commands present in Selenium IDE controller(in command drop down). But when I am using assertSelectedIds(selectLocator, pattern) command every time I am getting error as "[error] Specified ...

100. How do you upload a file using Selenium IDE?    stackoverflow.com

This used to work in the past, but recently I've been trying to upload a file using Selenium IDE, and now I'm getting this error:

[error] Unexpected Exception: code -> ...

java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.