Hi Anand,
Answer for question number 7:
Browser("Micclass:=Browser").Page("Micclass:=Page").WebEdit("name:=Email").Set
"<Email>"
Browser("Micclass:=Browser").Page("Micclass:=Page").WebEdit("name:=Passwd").Set
"<Pwd>"
Browser("Micclass:=Browser").Page("Micclass:=Page").WebButton("name:=Sign
in").Click
Browser("Micclass:=Browser").Sync
rowcount =
Browser("Micclass:=Browser").Page("Micclass:=Page").Frame("html
id:=canvas_frame").WebTable("class:=F cf zt").RowCount
For currentrow = 1 to 10'rowcount
mailsubject =
Browser("Micclass:=Browser").Page("Micclass:=Page").Frame("html
id:=canvas_frame").WebTable("class:=F cf
zt").GetCellData(currentrow,3)
If mailsubject = "Naukri.com" Then
Set oChkbox =
Browser("Micclass:=Browser").Page("Micclass:=Page").Frame("html
id:=canvas_frame").WebTable("class:=F cf
zt").ChildItem(currentrow,1,"WebElement",0)
oChkbox.Click
End If
Next
thanks & Regards,
Aravind Jayarapu.
On Tue, Jan 10, 2012 at 6:51 PM, udaykumar vutukuru <[email protected]>wrote:
> Hi Friends
>
> I had faced these questions at delhi in an interview.
>
> 1. Explain about checkpoints?
> 2. What r the string fun's in vb scripting?
> 3."a1bc23"-> seperate this string into two strings like,1->abc,2->123?
> 4. about split fun, instr fun & syntaxes?
> 5. Explain about frame work? How many frame works are there in qtp?
> Explain in detail?
> 6. Suppose application s not yet ready but u have screen shots. How do
> u prepare the test scripts for that?
> 7. Gmail application is there. On that Inbox so many mails are there
> including naukri mails. On those mails i can select the only naukri
> mail checkboxes? write the descriptive code for this?
> 8. How you can register the fuction in qtp?
> 9. What s regular [email protected] apply regular expression for
> this?
> 10. What s recovepare the test scripts in u r project?
> 11. What are the challenges u faced in u r testing carrier?
> 12. Write the program to print odd numbers?
> 13. Tell me u r responsibilities in u r projct?
> 14. If an object s not identified by the tool? At the time what u will do?
> 15. One Google page is there, its changing dynamically on that link is
> there how to capture
> that?
>
>
> Regards,
>
> Uday
>
> --
> You received this message because you are subscribed to the Google
> "QTP - HP Quick Test Professional - Automated Software Testing"
> group.
> To post to this group, send email to [email protected]
> To unsubscribe from this group, send email to
> [email protected]
> For more options, visit this group at
> http://groups.google.com/group/MercuryQTP?hl=en
--
--
"You Can Do It if You Believe You Can!"
--
You received this message because you are subscribed to the Google
"QTP - HP Quick Test Professional - Automated Software Testing"
group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/MercuryQTP?hl=en