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
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?
What are the methods used in UFT to handle exceptions or run-time errors?
Define Environment Variable in UFT and its uses?
Connect to QC using AOM.
In qtp, explain what is crypt object
What is the pros and cons between QTP and Rational Robot
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
If I change the property value at runtime is it effect is object repository?
What is quick test pro? What is a quick test professional?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
when will you do debug your script? and explain that process?
Where is the Bitmap checkpoint information stored?
Explain different checkpoints in qtp.
What is the difference between per-action and shared?