write vbscript in qtp tool for senario, in the given sheet
add each number in each row and each colunm and show result
Answer Posted / 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 |
Post New Answer View All Answers
who QTP recognizes the object stored in object repository?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
What are output values and why they are used ?
Is the qtp course will help to create a virtual object?
How to customize checkpoints with parameters?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
how can i call function (which has link with excell sheet at a remote location) within another function
Explain the checkpoint in qtp?
How you calling actions in qtp?
what r the main attributes of test automation?
Hi Friends, How many types of Data Bases available in market... What is the diff. while using Syabase and Oracle in a Project... ? and what is the main diff. of Syabase and Oracle databases... ? Thanx in advance..
when a test case is written how u test using qtp
Explain about datafile/verification of date file when file is not available in local system?
Step 3&4 are repeated until an the object in recognised uniquely.
What is the syntax to call one action in another?