function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
simha murthysimha murthy 

am trying to use this 'https://ap1.salesforce.com/apex/test' link to practise vf but am getting error says "Page test does not exist "please provide me solution asap. provide useful link to practise vf

Vidhyasagaran MuralidharanVidhyasagaran Muralidharan
you doesnot have the page.so you can  click  the link create page test below and create a page
sunny522sunny522
Hi simha,
First you need to create visualforce page .
go to setup--> develop -->click pages --> new.

you can give any name for  this page..
Now you can run that page by this url
"your instancebaseurl/apex/vf page name"
In your case  https://ap1.salesforce.com/apex/test'   here test is the name of vf page .

For more details go through the links

http://www.salesforce.com/us/developer/docs/pages/salesforce_pages_developers_guide.pdf
http://www.salesforce.com/us/developer/docs/pages/

let me know if it helped
Chinmay BhusariChinmay Bhusari
hi,
Have you enabled developer mode in your user account?

If you have then you will see a link to create new page whenever you enter the name of page that does not exist. 
praveen murugesanpraveen murugesan
Hi simha,

Where u have used this https://ap1.salesforce.com/apex/test' in url bar or inside vf pge in page reference?