write vbscript in qtp tool for senario, in the given sheet
add each number in each row and each colunm and show result
Answers were Sorted based on User's Feedback
Answer / suresh
i think that question was asked nageshwar rao sir... that is worst question....pls dont remember nageshwar..he is not a good faculty...he is wasting lot of time in class room...he is not help after completion of course....waste faculty....in hyd........... worst scripts no use in Real Time....
| Is This Answer Correct ? | 13 Yes | 1 No |
Answer / chan
hi Mithuna Reddy, I think you didnt understand the question. the question is about a script in QTP, but you are beating the trumpet of some useless guy. understand the question first and try to answer something relevant to it.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / mithuna reddy
Heyy I have taken online QTP classes of Karthik Kosireddi, he is very good at teaching all real time scenarios. I was a novice in automation not even enough knowledge in vb scripting when I started attending the course but after the sessions and a bit of practicing I am able to understand the scenarios and write automation scripts using descriptive programming on my own.
So I suggest Karthik Kosireddi's classes for beginners in Automation testing using QTP
| Is This Answer Correct ? | 1 Yes | 5 No |
When we try to use test run option "Run from Step", the browser is not launching automatically why?
Explain in brief about the QTP Automation Object Model.
the develeper not accepter your defect what status is that ?
What are the file extensions for per-action, shared object repository files and what is the extension for library files?
can u explain the keyword driven framework with an example clearly how to create all the files and how to attach to main test.
I have java based application on my computer. Can I install QTP on it? What are system requirements for installing QTP?
how open two urls in one browser? plz urgent
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
Can anyone pls tell me how to do action parameterization (input and output parameters) with respect to login window and insert order of flight reservation window in detail( pls give a clear step by step explanation with example) anyone please. Will be very thankful to u
What is the differnce between action & script
if full in Object Repostoiory then how to load other Object Repository
In Remote acess server how u run a test?