How many tables r created during the recording in QTP?
Answer Posted / geena
When recording u creat 1 table, globle sheet.
You can split to 255 local sheet when you need.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the extension of qtp local repository?
What is QTP testing process?
How many types of recording modes in qtp? Which will be used when?
Hi I have exp in manual testing and planning to move in automation testing qtp(9.2).So can help me how to automate customer relationship management tool using qtp and vb script this tool already developed so how can I test it whatever maintaining by development team like documents,various options just give the whole life cycle thanks in advance
Differentiate the type of test cases which can be automated and which cannot be automated?
Difference between action & Reusable action?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
How to create Reusable and Multiple Actions?
If there is a change in the object type eg: A button is changed as link, 1. How to edit that in the shared object repository. 2.What options are available to edit the object within shared object repository other than copy from loca; 3.What would be the effect of the change in Coded Scripts within QTP and Functions stored in .vbs file which are loaded and used in QTP
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
Can any one explain me what is the procedure to connect the remote desk by using QTP 9.2 ?
What are the data types in qtp?
Does Low-level recording capture mouse movements?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.
What are some test assets and related extensions of qtp?