what is Action conversion tool? what the Action conversion
tool will do?
Answer / imran
It is tool used to converted pre-written action into Script
Component which can be used for Business Process Testing.
| Is This Answer Correct ? | 3 Yes | 0 No |
Could someone explain me how to work on Out put values, explain with some example on Flight Reservation. I want to insert the out put value for the order No. Please explain the steps with some example.
What is the use of environment variables?
if there is a web table of having row and colmns.a button is placed at 2nd row's 3rd column which is worked for both edit and delete..how to write script for the button to test both operation on the web table using desriptive programing.. plz help me on script wheather using getroproperty Q2)what is the command for taking valiue from a web table in qtp
Hi im new in Testing..can any one plz re-write this code SystemUtil.Run "C:\Program Files\Mozilla Firefox\firefox.exe","","C:\Program Files\Mozilla Firefox","open" ----using for loop(for i=0;i<=10;i++ )
how to select particular value from the combobox in the current page which is entred in the previous page editbox after parameterization?
If I change the object name in one action will it be updated in all the actions? Or not?
How does quicktest professional identifies the object in the application?
what is the silent mode in WR?
please post the interview questions for QA position in FACTSET
what is stlc and its contents?
i've installed qtp9.2 on Windows 7. Recording and everything no problem. But when i am saving the test, it is not happening. it says 'general error while saving'. But teh test is getting saved but as a folder with lock icon. When i wanted to open it, it is jst showing as a locked folder but not as a test. Somebody help me out plz
how do u retrieve data from a database ? i.e. i want to retrieve 2nd record only from a database ? write code for this. by using ADODB connecton, RSOBJ and using a FOR loop we can retrieve all the records( ex: if we give query as select * from emp). but i want only 2nd record. so how to acheive this.