This topic is locked

Modifying Output

4/30/2007 6:10:35 AM
PHPRunner General questions
G
gliako author

Hi everyone,
I am a new user of the PHPrunner and hopefuly customer. At the moment I am runnign the trial version and I am facing the following problem. I want my list page to look like this:

***

*
BUILD_02*BUILD_01*****

****

***RAV_01*** Rav_03Rav_08*

*****


***test_run05*test_run04**test_run03**test_run02

*****

Test_10322***Not Run
PassFailPass****

*****

Test_10233Pass****Fail**Pass****Fail*


*****

The problem is that for every Test_Number each BUILD may have more than one Rav ( see Build_01 has Rav_03 & Rav_08) and Rav may have more than one test_run (see Rav_08 at Build_01 has test_run03 & test_run02). It looks more like a matrix.I have managed to do that without PHPrunner using PHP and HTML script and it works but it will be too bulky having over 500 Test cases every week. I also like the search and edit options of the PHPrunner. I really want to use the software cause it makes my life easyier. I am not a programmer but I was given the task. I have Dreamweaver and i was thinking to copy and paste the code at the HTML option at the Visual Editor. It is worth mentioning that the above table is for one project only and in total are 3 potencially more.
Thanks
George

Sergey Kornilov admin 4/30/2007

What is the database structure behind this matrix?
Definitely PHPRunner can do this however it all depends on how your data shaped.

G
gliako author 5/1/2007

What is the database structure behind this matrix?

Definitely PHPRunner can do this however it all depends on how your data shaped.



The database at the moment has only one table for all the fields. I don't know if i answer your question. Please ask any further details!
Thanks for the response.
George

J
Jane 5/2/2007

George,
it's difficult to tell you what's happening without seeing actual data.

Please post your table structure here and I'll try to help you.