Hello Everybody,
Can anyone tell me that in QTP how to count the number of
webelements from the object repository.
Please provide the code.
Thanks in advance,
Gaytri
Answers were Sorted based on User's Feedback
Answer / seeths
hai gayatri,
we can count the no. of elements through Child
Objects.wich is advanced feature in Qtp..........
| Is This Answer Correct ? | 1 Yes | 1 No |
Hi Seeths,
It is fine that we can use the child object property, I
also used the same, But the problem is that I want to count
the number of labels present in the specific page.
In addition to the above I also need that suppose:
1. I captured some of the labels of the web page.
2. Now in my script i used
Set oweb=Description.Create()
oweb("micclass").value="WebElement"
set lists=browser("Yahoo!").Page("Yahoo! Mail - The
best").ChildObjects(oweb)
numberoflists=lists.count()
msgbox(numberoflists)
this will display the number of webelement of the above
specified page.
3. I want if that webelement exists in the Object
Repository then it will add it to the list. and thus count
all those webelement that also exists in the Object
repository.
Thanks,
Gaytri
| Is This Answer Correct ? | 0 Yes | 0 No |
Hi Seeths
Gayathri is asking to you count of webelement using object
repositary, but u had given aswer is using Descriptive
programing, I think that is ans is wrong
pls let me know if any issues
my mail id is : vasuth2008@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
What is QTP testing process?
What does Reporter.Reortevent2 does?
Dear All, How to generate Pass or Fail Report in QTP without using Reporter.Report Event Method ? Thanks Balaji
How u connect bugzilla with QTP
1 Answers Deloitte, TCS, Wipro,
How to capture data from images in QTP and produce them in Excel sheet ?
How to check feasibility of the appliction?in automation testing?
What is the difference in between function and sub as well as give some code of both
Tell me about your project? please help me how to tell about insurance project
what are all the fileds present in object repository?
How does you pass optional arguments in qtp?
Plz explain about MATCH/EXACT MATCH/IGNORE SPAGE in text check points?
a title of first page is "LKO- microsoft internet explorer", of the second page is "PPM- microsoft internet explorer" , of Third page is "TTS- microsoft internet explorer" and same changing title on the fourth page. How can we use regular expression for this feature what should we do on script part on and Object repository part so that we can get successful run result. Kindly explain the steps script.