Hi, actually I completed Btech(CS). But i Will go to admin
(Facility) interview. So, If Interviewer asking like " Why
You choose this field". What we say? pLZ PLZ PLZ PLZ
>............................................Send me.....
Answer Posted / mohammad
i want to b e consistent throghout my carrer no need to
depend upon ay technology
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In qtp is it possible to check broken links of a page?
How to break the object spy ?
How do I get the QTP scripts result in xml format by using vb script function?
is it possible to add sheets to excel at runtime
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
What are metrics and matrix?
How can you send user defined messages to test report?
Give me At Least 5 Differences between DOCUMENTATION OBJECT MODEL(DOM)and COMPONENT OBJECT MODEL(COM)? Interviewer said me to WRITE the difference only in points not as you WRITE a paragraph ???? only in points
What is the difference between per-action and shared?
I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing
What is checking bitmaps?
can u explain relative path architecture framework in qtp?
what is Property......End Property loop? how to write sript for it in QTP
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?