32 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for madhan

Hi - I am working with a windows OS created wordpress plugin unit testing code written as below <?php class Test_WP_Simple_Plugin extends WP_UnitTestCase { public function test_constants () { $this->assertSame( 'wp-simple-plugin', WPSP_NAME ); //Error line $url = str_replace( 'tests/phpunit/tests/', '', trailingslashit( plugin_dir_url( __FILE__ ) ) ); $this->assertSame( $url, WPSP_URL ); …

Member Avatar for rproffitt
1
48
Member Avatar for Reverend Jim

Sophos software has recent.y made their [Sandboxie](https://www.sandboxie.com/) software free for personal use and will soon be making it open source. For anyone unfamiliar with Sandboxie, it implements an isolated enviroment where you can run programs (even install them) without fear of affecting your system. When you run a program from …

Member Avatar for Seevenup
3
2K
Member Avatar for kamilacbe

Hi,Am new to ZAPI and I have to send automated report from my jenkins build to JIRA and then built has been configured with ZAPI and i can get the test result output in Jenkins and the result is updated in JIRA aswell But the problem is my Test details …

0
189
Member Avatar for Aeonix

Let's assume couple things. I created a nice website based on compiled program language (Node.js, ASP, Java, C#, whatever). It works nicely. But I'd like to get an estimate on how much hardware I'd need. So I could run 1 hosting, and it would result in "this" amount of impact …

Member Avatar for AssertNull
0
403
Member Avatar for ogsirus

Hi Guys, Really need your help. I have started a new job, my first developing job in fact and Im struggling to understand how the system works. Thier product is massive and far more complex than anything i've seen. I have been looking at it during my first week to …

Member Avatar for ogsirus
0
291
Member Avatar for crdipu

Hi all, I have made a web-service in php. I had run a load test on the same by using testing tool Jmeter. And got the result in as graph, please help me to analyze the graph. It shows 3 important parameters that are 1)Deviation, 2) Median and 3) Average. …

Member Avatar for Dmitri_1
0
301
Member Avatar for krystosan

I have a function in which i want to mock `os.listdir` that returns directory content to variable `dirContent` def setUp(self): self._filePaths = ["/test/file/path"] self.mox = mox.Mox() def imageFilePaths(paths): imagesWithPath = [] for _path in paths: try: dirContent = os.listdir(_path) except OSError: raise OSError("Provided path '%s' doesn't exists." % _path) for …

0
138
Member Avatar for kau14

Let me know Software Development Methods and Testing methodology for designing software for multimedia tablet.

0
208
Member Avatar for old_apache

this is my code: switch(a){ case 1: case 2: case 3: case 4: printf("4\n"); break; default: break; } i need the nodes to make control flow graph for testing purposes.

Member Avatar for old_apache
0
190
Member Avatar for deepak.fugo

Hi All, We have website on Shared hosting. I am a newbie. i have installed PHPUnit testing framework on the server. When i try to run a test case in command mode(phpunit --help), i am getting error as attached screenshot. Kindly help me in executing PHPUnit. Regards,

Member Avatar for ahmedhamdy
0
256
Member Avatar for fonzi

Hey guys, I am curious on how to start automated testing, and what kind of software or scripts would i need to test java, c , c ++, c#, or python code. Also does anyone now any good well explained videos or websites out there, i tried searching on google …

Member Avatar for Taywin
0
149
Member Avatar for anisha.silva

ho how do i write unit test for the blow method public static void LoadState() { XmlTextReader TextFile = null; // program state file exist if(File.Exists(FileName)) { try { // read program state file TextFile = new XmlTextReader(FileName); // create xml serializing object XmlSerializer XmlFile = new XmlSerializer(typeof(ProgramState)); // deserialize …

0
133
Member Avatar for anisha.silva

hi, i wanted to know how to i test a metho as below int32[] AT; int32AB,ab; int32[] at; public void A() { AT = at; AB = ab; return; } is this correct public void SetStaticTest1() { Int32[] AT ; Int32[] at = {1,2,3,4,5}; Int32 AB ; Int32 ab = …

Member Avatar for anisha.silva
0
197
Member Avatar for sphe_g

Hi Everyone, I'm doing my third year in Information Technology. As part of our syllabus, we need to go out into the "real world" and find an information systems problem, which we then solve using the skills we've learnt over the years, as well as any new skills we learn …

Member Avatar for phoenix_2000
0
215
Member Avatar for ffakih08

I need a few automation testing tools for applying for my company which follows the agile method and manual testing. I need to know about testing tools that apply in the agile process and its positive ,negative sides.

0
117
Member Avatar for rajivagra
Member Avatar for BenzZz

Hi, I've been reading into testing my PHP code particularly unit testing using PHPUnit. The problem I have is that most of my code is procedural with not even many functions. I have read that unit testing is more suitable for OO PHP however i have seen that many people …

Member Avatar for BenzZz
0
500
Member Avatar for SasseMan

Hi! I'm working with a huge software system with a lot of people being involved in the coding through many years. I'm noticing more and more that there is a lot of bad code, especially get methods here and there with huge side effects, which you totally not expect. So …

Member Avatar for SasseMan
0
243
Member Avatar for patrick1981

I want to manually test my sites to check if they are secure against SQL injections. Whats a good way to attempt it. How do I get started? thank you

Member Avatar for patrick1981
0
183
Member Avatar for surajrai

Hi, I am working on a component based application. I have a method that does some calculation and returns nothing. say: public void DoSomething(int x, int y) { // do something } How to write testing for it. I can pass some dummy x,y values. But how and what we …

Member Avatar for cale.macdonald
0
234
Member Avatar for CodeJava1

hi could someone help me in giving a tutorial in learning how to write testcases in java. would preffer in netbeans if eclipse dosen't matter, thanks in advance

Member Avatar for krishnisilva
0
335
Member Avatar for Sae1962

Hello! My question concerns software architects that have experience with UML/UTP. [U]Introduction:[/U] We are currently in the start phase of a new project, where documentation for hardware with embedded software is written. I am responsible for the GUI development. As the starting point, a predecessor model is used. Its GUI …

Member Avatar for JeffGrigg
0
202
Member Avatar for jlivvers

Can anyone out there recommended a decent piece of software for testing a .net web app? Just need to test simple things like logging in, submitting basic data. Thanks in advance!

0
140
Member Avatar for AlexNForbes

Hey all, Just thought I'd drop in and say hello. Why? Because it's so annoying when you join a new forum and never use it. ;-) I've been in software B2B for about 15 years, mostly as a public relations guy, but rather than focused on pitching editors at trade …

Member Avatar for AlexNForbes
0
312
Member Avatar for stan lee

hi a set top box is connected with the tv testing the source signal resolution is 720x480i and the tv resolution is 1280x720p... the signal resolution is converted to tv resolution and proper output should be displayed.This was the process Here we have to change different resolution for tv and …

-1
127
Member Avatar for srky

I want advice on which path i choose to do my career well. I have done B.Com. ,While doing B.Com i had Completed the (Advance Diploma in Programming) IT-Software Course.Also I m pursuing Corresponding M.C.A. 3rd Sem now.I m interested in IT-Software Field.I have a 2 years of experience as …

Member Avatar for Elihu5991
0
260
Member Avatar for PEye2000

Need help trouble shooting random computer shut down, acts like the power went off, can restart and will start normal, at first it would act as if it overheated I was thinking, There are nothing left in the Event viewer as to any error for the day it does this, …

Member Avatar for oA9999
0
196
Member Avatar for sushant_gupt

There is a good tool for pcap base protocol testing. You can modify the pcap by using this tool. [URL="http://www.packetsquare.com"]http://www.packetsquare.com[/URL] packetsquare is a open-source packet modification tool. It is used for protocol testing and hacking. This tool is capable to parse and modify Ethernet II, VLAN(802.1Q), MPLS, ARP, IPv4, ICMP, …

Member Avatar for vijaymohan
0
361
Member Avatar for b1izzard

Hi i wrote the following script in winrunner to check the boundary range: [B]1. VB Program contains (text box,Calculate and clear button) Calculate button Coding:[/B] [CODE] Dim a As Integer a = Val(Text1.Text) If (a > 100) Then MsgBox ("value exceeds the maximum range") ElseIf (a < 50) Then MsgBox …

0
86
Member Avatar for ahsanmalik

Our teacher gave us this project and i have no idea about how to get started with it....can someone give me any guidelines about it please????!!!! "You are required to implement an “Online Testing System” which should be able to store questions along with their answers in the question bank …

Member Avatar for ahsanmalik
0
107

The End.