Can any one please list me out the shortcut keys for some
functionalities in the QTP ..
for example ..to record...to run...etc
Answer Posted / vrmkiran
It is wroung---> View Keyword View/Expert View CTRL + TAB
Correct shot cut key for this is questions is :
Switch between Keyword View and Expert View---> Ctrl+Page
Up/Page Down( Toggles between the Keyword View and Expert
View)
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
How you can decide which type of object repository you have to use?
Explain the features and benefits of quick test pro(qtp)?
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
How do I lauch my test website using code from qtp in different environmet, uat and PPTE?
Explain different checkpoints in qtp.
what is object and child object.. explain ..if possible give some example for better understanding ..
what is run-time data?
What are output values and why they are used ?
Can we run test with out adding object in object repository? How it is possible?
Explain how you can find the absolute value of the number in qtp?
Why bpt?
What are the major/ important methods, functions in QTP we use realtime testing
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)