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
How can you give wait up to 10 seconds in qtp?
How does qtp identify objects in the application?
what is the latest version of QTP? Main difference between 9.2 and 10 version
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Why script error occur in between recording in qtp?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
What is accessibility check point?
Thanks....But can u tell me how i use the QTP for GIS with one Example...
How to execute the WR Script through QTP? I have WinRunner script with initialization script, common scripts, GUI AND functions. I connected WR through QTP with "call to WinRunner" option but I am getting problem after connecting to WinRunner i.e. showing "Do you want to quit now" with 'yes' and 'No' message box
They asked by using qtp recording writing scripting
How u will do versioning in QTP?
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
I want to open a Notepad window without recording a test and I do not want to use System utility Run command as well. How do I do this?
Sql questions to find second max salary and how to use joins