9 Unanswered Topics

Remove Filter
Member Avatar for
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
188
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
207
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 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 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 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 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
85
Member Avatar for EddieC

ORLANDO, Florida—Thousands of software developers and testers converged here this week for the Software Testing Analysis and Review conference, better known as [URL=http://sqe.com/stareast/]STAR[I]EAST[/I][/URL]. It’s one of just a few must-attend learning events for people in our field, and if you haven’t been to one of these events, you’re truly missing …

0
149

The End.