hello,
i was install Q.T.P.8.2 in windows xp version .when i
am running my programs all the desktop icons are disappear
why so. please guide me anybody how can i come out side
this problem.
Answers were Sorted based on User's Feedback
Answer / srinivas.v
Hi..this is a very common problem with QTP 8.2..not to
worry...just close the exsisting the session of QTP
unselect the Active X option and contimue thing will be
fine.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sourabh samaiya
HI.....whenever this kind of problem occurs do stop it by
using the task manager,format your machine and then again
try to install it,hope it will work fine
Regards
Sourabh
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / divya
HI Buddy,
Most probably the QTP that you installed is a corrupted one,
so my advice is to remove the QTP from your system and try
to get the installer which is virus free.
Hope it will work out. Sorry if i mislead u.
Regards,
Divya.
| Is This Answer Correct ? | 0 Yes | 1 No |
HI! I have completed my testing course in 2008. but now am working in banking sector as a data analyst and i want to move to an IT based company but am unable to understand whether i have to complete the testing course again and try for a job .
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
Hi All, I have QTP installed on my machine but the application under test is on remote machine. I need to automate the scenarios which consist of automatically enter the remote machine through IP address ,record the application in remote machine and run it also when played. Can some one tell how to record the application in remote machine.
How to load a object repository(using VBScript) ... very urgent....
What is diff betwee datatable.importsheet "path" and datatable.import
waht is the diff b/w Environment variable and Global variable in qtp?? explain types of variable in qtp??
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
What is CMMP and CMMH?
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
w is fragmentation and paging
The hybrid framework can be implemented for any application. Is it true?
Where can I find and view run-time data table?