How to change the windows xp product key if wrongly installed with other product key but you have original product key? What you will do to Make your os as Genuine?
9 13820There are 50 systems, all systems are joined in domaincontroller,in that one of the pc got disconnected from the domain suddenly,how can u solve the problem,what are the steps do you follow to overcome?
8 12061Post New Tech Mahindra Windows AllOther Interview Questions
What is the difference between swift and ‘objective-c’ language?
why do you want to work in UL
What is automation industries main category and sub category?
Why is node popular?
Explain the term "flavor" in openstack?
How will you convert a list into a string?
if your impurity coeluting with each other in that situation how require to set specification? is it acceptable?
What is raid? How does it help storage of databases?
What are the basics of html?
Mention what is the xap mime type in silverlight?
Explain Text Manipulation Routines?
What is the difference between heat capacity and specific heat of a material ?
How do I send 5 emails and a text message efficiently to newly registered users?
What is a platform?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next