c language is thre but what is the purpose of c++, java is there but what is the purpose of Advanced java ....why these are all versions are coming...whta is the problem?
Answer Posted / arpita
c is not object oriented programming language,to understand
and implement in software firm it ll take time and difficult
to understand for fresher.
c++,java is object oriented language,very easy to understand
and it ll reduce the maintenance of code.Maximum device sw
is developed using java techniques.Easy to debug and
understand the code.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how to post xml data from QTP scripts to any application?
explain structured testing? plz guys with exp. do answer
what testplan contents and what test strategy contents,what is the diff b/w them
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
1.How to record ,capture and also script to capture the close buttons. 2.How to record ,capture and also script to capture the options ---File ->save and File ->close in a browser and PDF files. 3.How to compare the Excel sheet values in a report using QTP scripting. 4.How to compare 2 PDf reports using QTP scripts as well reording. 5.How to compare 2 Excel reports using QTP scripts as well reording. 6.How to save a PDF report to a folder and then translate the report to an Excel type of report and compare that Excel Report with an other excel report. Please clarify me
Can we run multiple QTP scripts one after the other without manual intervention? How?
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)
What is the difference between per-action and shared?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Difference between action & Reusable action?
Which environments are supported by hp qtp?
Describe synchronization point.
How to create a standard checkpoint ?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
what type of run time errors you get while you ar edoing rpg program?