anyone can explain about "Hybrid framework" in QTP
Answer Posted / krishnateja muppalla
Combination of two is called hybrid. Among Modular, Keyword Driven and Data Driven.
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Which scripting language used by quicktest professional (qtp)?
What is the difference between analog and low level recording?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma
What is quicktest professional?
Explain the Different types of QTP test assets and their extensions?
how did u use automating testing tools in ur job?
Explain the check points in quicktest professional?
Could anyone help me for the below scenario: i am using the descriptive programming for my account, in which we have to generate the contract in the MS-word. when i generate this doc, we need to click on enable macros to continue further. but i am unable to make qtp to click on this. if anybody faced the problem like this??? pls help to get it resolved? Thanks in advance
How to use the object spy in quicktest professional (qtp) 8.0 version?
What are the different recording modes and how do they work?
Where you are storing your script?
whare exactly we have to use functions and sub routain
If I give some thousand tests to execute in two days what do you do?
wht type of User defined functions or Java Releated functions Do we write in VB scripting