my assignment is,how can i differentiate between readed &
unreaded mails in my inbox ?, since for both readed &
unreaded having same properties for both test objects &run
time objects
Answer Posted / tvs ramakrishna chowdary
ya its possible by checking the object "webelement" html
tag property value
------------------------------------------------------------
htmal tag="B"
htmal tag="SPAN"
mail info generally as a webelement
set myreadwe=description.create
readwe("html tsg").value="B"
set myunreadwe=description.create
myunreadwe("html tag").value="SPAN")
all these read and unread mail web elements present in the
same frame underhierarchy as follows
cntread=browser(Gmail - Inbox (1) - krishnat.q).page(Gmail -
Inbox (1) - krishnat.q).frame(framname).childobjects
(myreadwe)
cntunread=browser(Gmail - Inbox (1) - krishnat.q).page
(Gmail - Inbox (1) - krishnat.q).frame
(framname).childobjects
(myunreadwe)
msgbox "total no of read mails :"&cntread
msgbox "total no of un read mails :"&cntunread
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of text output value in quicktest professional (qtp)?
How to creating an output value using quicktest professional?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
descriptive program for a yahoo mail that is in yahoo mail suppose check box mailid subject assume it is like this format all things are in webtable the question is suppose some mail ids are there in that mailids i want to select the check box wich is before a@gmail.com and after that i want to click on delete button
What is qtpro? What is quick test pro? What is a quick test professional?
What is object spy in quicktest professional?
What is post recovery scenario?
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How is the Bitmap checkpoint different from Image checkpoint?
What are the types of object repository?
How to capture all the data of a webtable, weblist and combolist using QTP?
can anyone tell me from where i can download qtp demo or crack version
How smart identification works in qtp ?
What are the differences between table and db checkpoints?
Explain process of smart Identification in QTP?