What is Step generator in qtp? wt is the use?
can u any body explain me? plz
Answer / ashish srivastava
Step Generator is the in built functionality of the QTP to
generate the script.
Navigation:
Insert-->Steps-->StepGenerator
Or press F7 from the keyboard
It will generate the appropriate script as you move on the
steps
| Is This Answer Correct ? | 0 Yes | 0 No |
in my system object spy show the web application as a window based propeties ex:winedit like that and also not recording scripts also so what should i do
list me out the shortcutkeys for some functionlities in the qtp for example to record ,to run ... etc
It is very difficult to test in manual for that we go to DATA DRIVEN TEST.
How QTP integrate with application?
how would you go for testing a web application like any jobsite?(using manual n qtp)..pls frnds its very urgent ..i need realtime answers...thanks in advance
What is the difference between "Call to copy of action", "Call to existing action" & "Call to winrunner action"?
Explain how qtp identifies objects?
What are the option you can use to synchronize your test?
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
can anyone please tell me what are all the shortcut keys used for qtp9.2? Thanks in advance..i expect ur valuable reply that help us our team???
Hi,Every one,my name is RAHUL,aim wondering if any one got QTP software? If yes,can u plz knock on to gchinthakindhi@gmail/yahoo.com. THANK U.
What is the difference betweent test and component?