How to access values from Unix OS and how to write..



How to access values from Unix OS and how to write....

Answer / sreeprasad

Using the RTE[Remote terminal emulator] protocol. using

this any remote terminal can be invoked. eg. Unix,

Linux,Solaris, Mainframe

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

in qtp wha t is synchronisatin pt,what is the maximam time out

3 Answers  


what is the difference between action and function

11 Answers   AppLabs, BirlaSoft, Infosys,


What is diff betwee datatable.importsheet "path" and datatable.import

2 Answers  


Tell me about your project? please help me how to tell about insurance project

0 Answers   Cap Gemini,


suppose i give valid user id and password to open an web base application on qtp.how qtp will know itis a valid user id and password

3 Answers  






diff between wr and qtp in detail.

4 Answers  


How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.

2 Answers   Wipro,


what is the use of Text output value in Qtp?

2 Answers  


What the differences are and best practical application of each.

1 Answers  


Hi, I have a login page. To login in that page I need to have a valid username and password, which is stored in database. I imported that table to my DataTable in QTP (Global sheet). Now I need to write a code in qtp so that I can login only with valid username and data. my condition is : I want to get username and password from inputbox(which i did) and click on login button- which should verify the datatable for username and password and if value is present only then lofin else stop the testing. DataTable contains columns : LoginName and Password Code: Rowcount= DataTable.GetSheet("Global").GetRowCount msgbox "RowCount= " &RowCount,1 CurrentRow= DataTable.SetCurrentRow(1) Do Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$UserName$ctl").Set DataTable("LoginName",1) Browser("").Page("").Frame("Frame").WebEdit("ctl10$ct l00$ctl00$Password$ctl").Set DataTable("Password",1) Browser("").Page("").Frame("Frame").Link("Login").Cli ck CurrentRow=CurrentRow+1 Loop Until CurrentRow>Rowcount Can anyone help? Thanks, Priya

3 Answers  


Explain the concept of Output values in Quick Test Professional?

1 Answers   Crea,


give the code to count child objects (Total) in the page

1 Answers  


Categories