Iam trying to write script for Rediffmail Page,in doing so
the script line for go button is not accepting. Is their
any other way other than .
Browser("micClass:=browser").Page("micClass:=Page").Link
("micClasss:=Link","name=go")
Answer Posted / jason bourne
Hi,
I think this is the right script.
Browser("browser").Page("Page").WebLink
("go").click();
I have not tried but writing it based on my real time
exp.also please record the link in low-level , instead of
scripting.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
please any one can explain the keyword driven framework. with gmail example.
Explain the concept of how quicktest professional (qtp) identifies object?
how can you do retesting (datadriven test) using notepad amd by using functions NOTE u should not use datatable methods
How do you create regression test packs?
can any one say that where we can download the QTP trail version ??????????
How can you write the scripts that operate on different objects depending on run-time information?
What do you mean by iteration?
How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If
Explain the parameter in qtp?
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
Does QTP run in any environment?
What is action split and the purpose of using this in qtp?
Hi. please provide license key for QTP 9.2, I have windows XP on my machine Thanks in Advance, moreshwar
Is it possible to call win runner script in qtp?