Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Arranging different tests into one test
#2
Solved: 11 Years, 5 Months, 2 Weeks ago
I thought it might help to give you a better understanding of what I'm trying to do:

I need to test 2 applications: SAP and X
The test should be in the order:

"Test SAP with data1" --> "Test X with data produced by SAP with data1"

After this iteration, the next iteration follows:

"Test SAP with data2" --> "Test X with data produced by SAP with data2"

...

Now, as there is a delay between the SAP and X-test, I would like to let the test sleep after being done with SAP and wait for all SAP-tests to be executed first. Afterwards the X-tests should start:

"Test SAP with data1" --> wait for other SAP-tests to be ready
"Test SAP with data2" --> wait...

All SAP-tests ready
--> "Test X with SAP-result1"
--> "Test X with SAP-result2"

I tried to split the test in 2 tests (SAP and X) and have them executed seperately, but this had the effect of not showing a dependency of the status of "Test X with data1" and "SAP with data1".

The result just showed that the SAP-test failed and seperately showed that the X-test failed... but not that X-test1 failed because SAP test1 had an error...

I hope my point is somehow clearer now, and I hope somebody has a solution for this. :-)
Reply


Messages In This Thread
RE: Arranging different tests into one test - by idolast - 01-23-2008, 05:53 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [UFT] Fixed web tests with dynamic parts jdd 3 2,740 04-05-2016, 02:56 PM
Last Post: vinod123
  Run Button is not available in QTP 11 - while running tests from QC 11 Kannan R 0 1,927 08-13-2013, 08:15 PM
Last Post: Kannan R
  cannot open QTP tests learnasugo 8 9,412 10-18-2012, 11:28 AM
Last Post: Ankesh
Exclamation Running the tests in Firefox dol_fin 3 8,130 03-01-2012, 11:35 PM
Last Post: inborntester
  How to pass values between different tests in QTP vijaya.t 6 16,757 01-30-2012, 11:09 AM
Last Post: mrajeshtnl

Forum Jump:


Users browsing this thread: 2 Guest(s)