I want to capture data(using keyword) from msdos
application using QTP?...
Below is little work i could do on it...
/*
Set app=CreateObject("Wscript.shell")
SystemUtil.run
("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE")
Window(“PUMPSIM.EXE”).Activate
wait(3)
app.sendkeys "N"
*/
Thanks in advance...!!!
No Answer is Posted For this Question
Be the First to Post Answer
In an Excel sheet take two fields as agentname and password and type some valid agentname and password.call that excel sheet in qtp so that qtp opens the flightreservation window taking into consideration how many records are entered in the excel sheet.For example if 3 records are entered today it will open 3 FR windows,if in near future the records are more than 3 then it will open that number of times.
what is the Command used to start the QTp from Run.
Hi, i am mallishwari, i am veryn ew to testing but i have very much interest in testing. plse give me some guidence to get the job in testing. send me required documents and faqs to my personal id: mallishwari_urs@yahoo.co.in thans for advance.
How we can add actions in the test using QTP?
Hello Everybody, Please tell me the concept of recovery management in QTP by giving any practical example of it. Thanks, Gaytri
how to identify the objects if application consists of objects that have same properties.
how to validate email?email ie correct or not ?with below conditions. 1)before @(symbol) only alphbates and min 4 char to max 15 chars. 2)before @(symbol) only alphabates dont use ant special chars or numarics 3) after @(symbol) only one dot(.)symbol for ex:abc@gmail.com it is valid email or not based above conditons
What is checkpoints for qtp?
what is functions in qtp?i know the userdefind &bulit funation or i know that Private public function ?plz tell me what is funations in qtp?how to create a funation in qtp
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Write code for ,We have a web table with rows and columns like EmpID EName Action 1 ABC Edit Delete 2 XYZ Edit Delete 3 PQR Edit Delete In the above Table the last column has two links we have to click first link based up on EmpID =2
Waht is User interface and Integration Testing?