1. Each test that you run is displayed into the screen ... I'm looking for a way to run a test in background, it means without see it working. Just clicking on a button to run it and see the results. Is this possible in QTP? can anyone help me?2. Makes sense the parameterize concept ... but If you want to run the same sequence 1000 times ... using the same parameters. Is it possible? I'm looking for something to test the performance also.

Questions by padmajavazrala   answers by padmajavazrala

Showing Answers 1 - 7 of 7 Answers

Vaidy

  • Apr 19th, 2006
 

1. Its possible with QTP 9.0. It has a new feature called Silent Test Runner which does the exactly what you have described.2. Easiest way is to create the sequence and loop it 1000 times.

  Was this answer useful?  Yes

mohit_mair

  • Apr 21st, 2006
 

You can make QTP invisible while running in 8.2 also. Use following VB Script to launch QTP in invisible mode:

Dim qtApp
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Visible = False
qtApp.Launch ' Start QTP

  Was this answer useful?  Yes

vaidy

  • Apr 24th, 2006
 

Mohit,You didn't get the question right. The original qeury needs QTP to be visible and the execution to be invisible. Your solution launches an invisible QTP !!Regards,Vaidy

  Was this answer useful?  Yes

madhu

  • Apr 29th, 2006
 

For you 2nd question

Put it in loop(for,do...).

  Was this answer useful?  Yes

Durai pandian

  • Jan 27th, 2012
 


If your testing is web based application, you can hide the browser.. But the fact is if you hide the browser, QTP wont recognize the Web Objects..

Regard,
Durai pandian

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions