Hi, i am rani ,i am putting 1+years of fake exp ,so pls
anyone explain how i get project (in real time) ? how it is
tested
ex: in banking ,test the number of textboxes in one window
Answer Posted / nani
Hi,
By using this script we Count the nuber of text boxes in
the window:
Set oDesc = Description.Create()
oDesc("micclass").Value = "WebEdit"
Set Lists = Browser("Welcome: Mercury Tours").Page("Find a
Flight: Mercury").ChildObjects(oDesc)
NumberOftxtboxes = Lists.Count()
msgbox NumberOftxtboxes
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to attach a file to TD?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
Hi Friends, I worked with 8.2 not with 9.2. Please help me in this prob. I created one script and recorded some think and save as Test 1 then I opened process--open the object repository manager. Switch to file->save->give some name->save as Objectrepo1.tsr file. (This is the global repository file.) Then I went to object repository->tools-> associate repository ->click + icon ->open the previously saved Objectrepo1.tsr file. This is the global repository Now I created one more script and save as Test 2. In this script I am calling script with the Help of "Call of existing action" and I executed but QTP is not able to execute B’cos it is QTP is not able to read the Object Repository of Test 1. Please let me know why? Once I made Script 1 as a shared Obj. Repository so it would not give any Problem. Right?
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
How many types of recording modes are there?
how to evalute defects in QTP script?
Explain process of smart Identification in QTP?
how to fetch the values from grid? & qtp recogniges that grid as a webelement? what u do?
Diff b/w test scenario's and test Procedures?
Approach for Installation,comaptibility,system testing
Explain the views in the QTP GUI?
which type of testing process are you following in ur company? how to recognize a qtp page?
How will you compare keyword and expert view?
Should have experience in framework means?
Explain how Selenium is different from UFT?