|
|
stackoverflow.com
- 2013-04-16 09:52:56
- Similar
- Report/Block
I created a functional test with Junit4 - Selenium webdriver and it works. But know I want to use this test with JMeter for load test. I export my test on Jar file to c:/jmeter/lib/junit and when I run my test with Jmeter I have this error: Uncaught Exception java.lang.unsupportedClassVersionError : Name-of-pacakge/Name-of-class : Unsup...
|
|
|
script-tutorials.com
- 2013-05-09 09:15:41
- Similar
- Report/Block
Functional Programming – How to Write Functional Code in PHP Functional programming can be defined in simple terms as a programming paradigm that do not change the state of a program instead it uses pure functions. A pure function is a function that has the ability to accept a value and return another value without changing the input supp...
|
|
|
stackoverflow.com
- 2012-04-07 03:25:25
- Similar
- Report/Block
I have been reading a little bit about functional programming on the web lately and I think I got a basic idea about the concepts behind it. I'm curious how everyday programming problems which involve some kind of state are solved in a pure functional programing language. For example: how would the word count program from the book 'The C...
|
|
|
|
stackoverflow.com
- 2012-03-10 14:18:45
- Similar
- Report/Block
I have a java program for JUnit test which I have written in netbeans IDE where I am testing a class with single thread. When I am going to compile this its working fine and showing results 100% success, but when I am trying to run this program I am getting an exception that is - Testsuite: glb.chatmeter.crawler.yahoolocal.YahooBu sinessDa...
|
|
|
stackoverflow.com
- 2012-04-28 01:05:42
- Similar
- Report/Block
I've downloaded Junit version 4.10 and loaded the jar via the build path but I seem to get this error message when running a Junit test in Eclipse: Error: Could not find or load main class org.eclipse.jdt.internal.junit.runner.Re moteTestRunner My Test class is the following: import org.junit.*; import static org.junit.Assert.assertEquals;...
|
|
|
stackoverflow.com
- 2012-03-20 22:17:46
- Similar
- Report/Block
I have recorded a test case in Selenium IDE and want to convert that to Junit. When I try to change through format, I have two options called ‘JUnit WebDriver’ and ‘JUnit WebDriver Backed’. Can you guys please explain me what is the different between this WebDriver and WebDriver Backed? Sorry I am new to Selenium, started learning through...
|
|
|
stackoverflow.com
- 2012-07-11 13:44:21
- Similar
- Report/Block
I'm trying to work out how I can run an ant task without actually needed a build.xml. In particular I want to run a JUnit task with a formatter. In xml format this looks like below: <junit printsummary="true" errorProperty="test.failed" failureProperty="test.failed"> <classpath refid="run.class.path" /> <!-- console log...
|
|
|
|
stackoverflow.com
- 2012-03-07 21:14:21
- Similar
- Report/Block
I am currently doing some research and I am looking for open source Java projects that use JUnit . Ideally I would like to have projects that vary in size/complexity/domain as well as the test suite coverage. I seem to be having a hard time finding suitable open source projects that fit these criteria: Project has a number of JUnit test...
|
|
|
stackoverflow.com
- 2009-07-08 20:15:13
- Similar
- Report/Block
I'm using JMeter to test a Struts application that uses the saveToken and isTokenValid mehods. I have a page to select a list of items and then a page to update 1 of the items. Whe token is set going to the update page but somehow changes when I submit the form. Any Ideas? Note: I follow the same path with the JMeter test as I do within...
|
|
|
stackoverflow.com
- 2013-06-07 15:59:10
- Similar
- Report/Block
Looking at the latest versions of JUnit[v 4.11] and TestNg[v 6.8.5] as of today, I see no big differences in both the frameworks. If I am using Spring MVC in my project and have several layers and need unit/integration tests at all the controller / service / dao layers what framework would really be helpful for me. I have prior experience...
|
|
|
stackoverflow.com
- 2012-03-22 11:30:22
- Similar
- Report/Block
I am trying to execute a list of JUNIT test cases through JUNIT runner. The test case names are available in a excel sheet and I am retreiving the value one after the other. I am not sure where I am going wrong. but my test runner is not executing. Could somebody help me on this. Cell celltest = sheet.getCell(col,row); String KeywordTest=...
|
|
|
stackoverflow.com
- 2012-03-23 11:19:01
- Similar
- Report/Block
I'm using pax-exam to load, activate and access osgi bundles. The following source code is my pax-exam test and it runs using pax-exam 2.3 using native container. package fr.xlim.ssd.vtg.osgi; import java.net.URISyntaxException; import org.junit.Test; import org.junit.runner.RunWith; import org.ops4j.pax.exam.Inject; import org.ops4j.pax.
|
|
|
|
stackoverflow.com
- 2012-07-12 09:48:28
- Similar
- Report/Block
I have quite difficult situation, i am developing automation framework using selenium webdriver. I am using JUNIT 4.0 and ANT 1.8 for reporting and execution purpose. I have used parameterized runner to run test case with diffrent dataset, and also implemented screencapturing functionality in case of failures. so while generating JUNIT re...
|
|
|
java-forums.org
- 2013-02-20 19:38:10
- Similar
- Report/Block
How do I test a set method in JUnit? Because whenever I try to make the test case I get an error that says "Type mismatch: cannot convert from void to int"?...
|
|
|
java-forums.org
- 2013-04-25 17:00:02
- Similar
- Report/Block
Hi all, I'm very new to java, tried to write my first program and it works. I typed in notepad: //A Very Simple Example class ExampleProgram { public static void main(String[] args) { System.out.println("I'm a Simple Program"); saved it as ExampleProgram.java and then compiled it using javac ExampleProgram.java Now I can run it: java Exam...
|
|
|
codecall.net
- 2013-04-19 11:47:40
- Similar
- Report/Block
Here is a program I created most recently which draws out the pattern of pascal's triangle using each number as a base color specified out of the modular base to be used per each individual shape drawn in the overal visual itself. This originally was an experimental project I was doing as an example, but it turned out to be something in t...
|
|
|
dnforum.com
- 2013-02-05 03:15:29
- Similar
- Report/Block
All domains contains 3 premium letter plus 1 semi premium letter! All domains are old domains! mostly created in 2007 or 2008 or earlier year! pjmb.com $21 created in 2008 ijkm.com $29 IJK : ascending sequence!! dfej.com $24 created in 2008 emhj.com $24 created in 2008 ftej.com $24 created in 2008 ftje.com $24 created in 2008 gibj.com $24...
|
|
|
stackoverflow.com
- 2012-03-08 11:48:49
- Similar
- Report/Block
I am trying to generate JUnit test cases with Codepro Analytix v7.1 RAD 7.5 I am getting the ClassNotFoundException even for a simple source code. Source Code: package com.tmp; public class General { public int getPriceRate(){ Calculation calc = new CalculationImpl(); return calc.getPrice(20); } Generated Test Code: pac...
|
|
|
|
stackoverflow.com
- 2012-04-01 09:47:56
- Similar
- Report/Block
Why caN'T I run the program typing the transaction code created for the program here: but I can using Chosen Transaction-> Execute-> Direct Processing? Thank you.
|
|
|
stackoverflow.com
- 2012-03-30 21:37:17
- Similar
- Report/Block
I have jmeter flow like this: ThreadGroup --Sampler to get the number of items and store to vars("numItem",XYZ) --LoopController on $numItem -----Sampler to get number of subItem and store to vars("numSubitem", ABC) -----LoopController on $numSubitem -----LoopCounter -----Sampler: print out the current counter from loopCounter For example...
|
|
|
stackoverflow.com
- 2013-05-02 05:25:52
- Similar
- Report/Block
I have a main program in Fortran . I am using Intel Visual Fortran XE 2011 on Visual Studio 2010. I would like to use a function which is coded in C++ . The function I'm using is getting several arrays (input - set from the main fortran program) and use them to form an output array (to be returned to the main fortran program). I've taken...
|
|
|
|
codecall.net
- 2013-02-04 07:12:11
- Similar
- Report/Block
I am a new student to Visual C#. I have to write a GUI program that allows the user to enter a word. Output the pig Latin version. I simply do not know what to write in the Form1.sc*. Can someone please at least get me started with the correct data type to use between the curly brackets. I have a Form1.cs [Design]* already created but now...
|
|
|
thereplicapropforum.com
- 2013-03-26 23:44:02
- Similar
- Report/Block
So I have the potential opportunity to get a fully functional C96 Mauser in good condition for $600. Being a Han Solo fan, I want to modify it to look like the DL-44 blaster. However. I want it to still be a fully functional firearm and still shoot real 7.63 ammo. I'm one of those weird gun collectors that wants to hack up a C96 instead o...
|
|
|
stackoverflow.com
- 2012-04-06 21:11:32
- Similar
- Report/Block
I have a C# project that I've written using the .NET 4 framework, I've created an installation project using the setup wizard within the solution, the problem is that once the program is installed and I launch it, a dialog appears saying that the program is being configured and then starts the program, why is this? Is it necessary? How ca...
|
|
|
|
stackoverflow.com
- 2013-04-22 11:05:42
- Similar
- Report/Block
Trying to set up a JPA+EJB testing after these instructions: http://ctpjava.blogspot.fi/2009/10/unit- testing-ejbs-and-jpa-with.html There seems to be few problems that I can't seem to get quite right. First I get this error (which I am able to work around, but it still needs to be fixed): SEVERE: EJB6004:Specified application server insta...
|
|
|
stackoverflow.com
- 2012-07-17 12:08:12
- Similar
- Report/Block
I'm suppose to run some jbehave(automated) tests in bamboo. Once the tests run i'll generate some junit compatible xml files so that bamboo could understand the same. All the jbehave tests are ran as part of a script, because i need to run the jbehave tests in a seperate display screen(remember these are automated browser tests). Example...
|
|
|
stackoverflow.com
- 2012-05-02 01:25:50
- Similar
- Report/Block
Anybody figured out the keyboard equivalent of this menu? I have been using this menu on test cases infused with Robotium with class signatures like: public class AccountTest extends ActivityInstrumentationTestCase2<Main Activity> { ... } Somehow, Shift just doesn't quite do the same thing even if you select the Android JUnit Runne...
|
|
|
|
stackoverflow.com
- 2012-04-08 07:41:17
- Similar
- Report/Block
I have created a Java JAR file in NetBeans. I have already run clean and build on the program and everything was successful. When I run the program in NetBeans is also successful, but when i locate the JAR file in the NetBeans dist folder and run it, nothing happens. The program doesn't run, and there are no exceptions or messages. Could...
|
|
|
stackoverflow.com
- 2013-04-11 09:55:28
- Similar
- Report/Block
Is there a way to add a message to the JUnit output? Just now I can to add an exception with that message to the ErrorCollector, but thus I will have the message and the stack and I don't need the last. And I would like to add the message before errors. The idea was: while checking the XML, to collect all discrepancies and at the end, i...
|
|
|
stackoverflow.com
- 2012-03-15 00:05:35
- Similar
- Report/Block
This may be a simple answer. 1) Create a jar file with this code: package com.myCompany.base; public class Dex1 { public String getTerm1() { return "Term 1"; } This is compiled to Dex1.jar using NetBeans. 2) Created a 'Hello world' android application in Eclipse. Add the code for Dex2 that extends Dex1. Copy and add...
|
|
|
|
stackoverflow.com
- 2012-03-22 19:04:58
- Similar
- Report/Block
We are using soap-ui for writing some web-services tests. I put this xpath validation in one of them: count(//mynode) > 1 This is working fine while executing from SOAP-UI software, but when the continuous integration (jenkins) execute it (through Maven soap-ui plugin) I receive this error: [XPath Match] junit/framework/ComparisonFail...
|
|
|
stackoverflow.com
- 2012-04-20 09:55:11
- Similar
- Report/Block
I am using Junit 4.x to test a method. The method under the test is expected to throw an IllegalArgumentException. The method is a blocking method (synchronous) which internally makes a remote ssh connection executes a script and captures result, or throws exception. To test this, I have written my JUnit test code as below. @Test (timeou...
|
|
|
stackoverflow.com
- 2012-08-07 08:17:53
- Similar
- Report/Block
I am evaluating different options (tools, framework) that are available for unit-testing my GUI code. Our GUI is combination of SWT/Swing components. Among couple of options that we have evaluated is Rational Functional Tester (others that we'd evaluated are SWTBot, Jubula etc.). RFT(Rational Functional Tester) seems to satisfy most of ou...
|
|
|
|
stackoverflow.com
- 2009-11-22 00:32:14
- Similar
- Report/Block
I have a problem with my program. I develop in Netbeans, and when i run the program it is working fine. i built it, created a *.jar file, and updatet it in my JNLP file. here comes the trouble. as i'm using javax.mail.* in my program, the jnlp package just ignores all parts of it. Just to be clear, i'm working on a mail client. now i can...
|
|
|
stackoverflow.com
- 2013-06-04 10:28:20
- Similar
- Report/Block
I am developing a application with the functional (with phpunit/selenium2) test case. I have to attached the pre-commit hook to a functional testing. So when ever i try to commit something it opens the browser and checks the all test case and work as accepted buttakes a lot of time. can i some how run this browser process in background ?...
|
|
|
thebotnet.com
- 2013-03-24 04:23:54
- Similar
- Report/Block
Hi everyone. I created a very simple password protected program and i'm looking for someone that can find this password. Anyone that success and shows me how they did it will get $1.00. it's not much but its good challenge for those that want it. Attached Files protected hackme.exe (90.5 KB)...
|
|
|
|
stackoverflow.com
- 2013-04-24 16:57:11
- Similar
- Report/Block
I created an complete logger-type program, that logs the certain data from the internet sources. It's GUI I coded in wx.python , now I want to daemonize it (if it is the right term). The program needs to run in background and user has to have option to call/open GUI when he pleases. How can I achieve this with wx.python?...
|
|
|
thestudentroom.co.uk
- 2013-04-20 16:55:39
- Similar
- Report/Block
Could you please fill in this questionnaire, as it is part of my A-level Art course work :) It's about functional tableware and I need to get as many responses as I can! http://freeonlinesurveys.com/s.asp?sid=h sfr61o1fcweimq249156...
|
|
|
stackoverflow.com
- 2013-03-21 02:59:35
- Similar
- Report/Block
So if I create a PictureBox with the code... Dim the_pic As New PictureBox With the_pic .Name = "pic" .Size = New Size(30, 100) .Location = New Point(0, SCREEN_HEIGHT / 2 - 50) .SizeMode = PictureBoxSizeMode.StretchImage .BackColor = Color.White End With Me.Controls.Add(the_pic) ...How do I access the methods and properties of t...
|
|
|
|
stackoverflow.com
- 2012-04-17 13:36:32
- Similar
- Report/Block
I have a test where users will logs in and enter search keyword in search field and will get the results. Finally logs out. Now i want to test concurrency using Jmeter. So this is what i came up with Test plan - Thread group - Login request - Synchronizing Controller - Search string - Synchronizing Controller - Logout I have added 1...
|