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?
2 4963i am giving.multiple names like ram,raj,san etc....pls enter & search these names in google pade edit box through script... i told to interviewer, using Ms excel & test easily..but interviwer not happy with that answer?
2 6611interviwer asks what is data table? my ans is Data table is an internal Excel file of QTP...intervier not happy with this also? can u post any other answer?
3 6616pls guys understand this is question CAREFULLY,,, interviwer asks can u write test case for ATM m/c..i told, insert card enter pw...like this,,but interviwer not happy with that...ur not going to atm center? in ur office system ur testing ATM M/c...why ..how to test? what is the process?
1 3355can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
FSS,
1 4001can anyone answer this question ........in the DICTIONARY OBJECT....i created the dictionary object in reserved object ok....here i have some sets of values ...now i want to retrieve the item i done too ok.......here my question is now i saved the test and close the qtp tool ,again i opened now i retrieve the same item in the dictionary is it possible ????. friends when i try to do this i am getting empty message box i mean no value will be retrieved ......ans me any one plz...
FSS,
1 4392Dear sir, i want to perform a QTP automated testing for mechancial engineering software like msc adams, msc nastran this softwares will help for mechanical engineering design analysis>> i know oad runner win runner, test director, QTp>> but i dont know how to use for automation
2084how do you find the number of occurences of string QTP from the expression , " QTP+QTP=2QTP"
IBM,
5 15934Ex : some mail name with surname Email id's there that is string fetch the particular surname only how to get particular surname all emails
1 4499
What is the standard timing delay for web based application in qtp?
What is the file extension of the code file and object repository file in QTP?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How qtp recognizes the object?
What are the recording modes in qtp?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
Explain in brief about the qtp automation object model (aom).
How can you identify the browser and its information using the qtp script?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
what is the structure for the data driven framework
how to disable the pop ups through QTP using a script
What is action? How many types of actions are there in qtp?
How can you give wait up to 10 seconds in qtp?
How to open a new test using quicktest professional (qtp)?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks