Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


HoW to open QTP in Real time.after getting the qtp window
how to log in .pl answer real time people

Answers were Sorted based on User's Feedback



HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time peopl..

Answer / rao' prasad

1.Create a .Vbs file.
2.Double click on .vbs file

Easy way to open QTP using the script.

Dim qtApp
Dim intIndex
Set qtApp = CreateObject("QuickTest.Application")
qtApp.Launch ' Start QuickTest
Set qtApp=Nothing

Is This Answer Correct ?    3 Yes 0 No

HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time peopl..

Answer / kiran

be clear with ur question

Is This Answer Correct ?    2 Yes 0 No

HoW to open QTP in Real time.after getting the qtp window how to log in .pl answer real time peopl..

Answer / muthu

By using the licensed version QTP, there is no security to
open the tool.
but we can set password for that system,b'cos unauthorized
person couldn't access the QTP.

in QTP,go to file menu,open new test, this is the procedure
to do the test.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

Why script error occur in between recording in qtp?

0 Answers  


i want click on a link which is in 3rd row and 2nd column of a web table.write script to execute

2 Answers   IBM,


I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)

0 Answers  


why we use sendkey method in qtp?

2 Answers   ABC,


Explain how qtp identifies objects?

0 Answers  


What is expert view and keyword view?

0 Answers  


does automation replace manual testing?

2 Answers  


An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))

0 Answers   HCL,


How will you handle the situation when object is not captured during record?

2 Answers  


What is file database?

0 Answers   Syntel,


Give me brief idea about QTP automation object model?

5 Answers   TCS,


what is the diff between manual test plan document and automation test plan doc.can u explain indetail.

0 Answers   Value Labs,


Categories